Color Hex Logo

#fad86a Color Hex

#FAD86A
(250,216,106)
1 Favorites   0 Comments

Color spaces of #fad86a

RGB 250216106
HSL0.130.940.70
HSV46°58°98°
CMYK 0.000.140.58   0.02
XYZ66.581770.476323.7297
Yxy70.47630.41410.4383
Hunter Lab83.9502-5.342742.0060
CIE-Lab87.2299-0.896157.6249

#fad86a color RGB value is (250,216,106).

#fad86a hex color red value is 250, green value is 216 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fad86a hue: 0.13 , saturation: 0.94 and the lightness value of fad86a is 0.70.

The process color (four color CMYK) of #fad86a color hex is 0.00, 0.14, 0.58, 0.02. Web safe color of #fad86a is #ffcc66. Color #fad86a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 01101010
Octal 372 330 152
Decimal 250 216 106
Hex FA D8 6A

RGB Percentages of Color #fad86a

%43.71
%37.76
%18.53

CMYK Percentages of Color #fad86a

%0
%14
%58
%2

Triadic Colors of #fad86a

#fad86a #6afad8 #d86afa

Analogous Colors of #fad86a

#fad86a #d4fa6a #fa906a

Monochromatic Colors of #fad86a

#fad86a

Complementary Color

#fad86a #6a8cfa

#fad86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad86a Color CSS Codes

.mybgcolor {background-color:#fad86a; } 
.myforecolor {color:#fad86a; }
.mybordercolor {border:3px solid #fad86a; }

#fad86a Text Font Color

<p style="color:#fad86a">Text here</p>

This sample text font color is #fad86a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fad86a Background Color

<div style="background-color:#fad86a">
Div content here</div>

This div background color is #fad86a


#fad86a Border Color

<div style="border:3px solid #fad86a">
Div here</div>

This div border color is #fad86a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,216,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fad86a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fad86a;
  -webkit-box-shadow: 1px 1px 3px 2px #fad86a;
  box-shadow:         1px 1px 3px 2px #fad86a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,216,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fad86a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fad86a;
  -webkit-box-shadow: 1px 1px 3px 2px #fad86a;
  box-shadow:         1px 1px 3px 2px #fad86a;">
Div content here</div>

This div box has shadow with color #fad86a


Comments

No comments written yet.

Please login to write comment.