Color Hex Logo

#fad66f Color Hex

#FAD66F
(250,214,111)
0 Favorites   0 Comments

Color spaces of #fad66f

RGB 250214111
HSL0.120.930.71
HSV44°56°98°
CMYK 0.000.140.56   0.02
XYZ66.340269.564824.9698
Yxy69.56480.41240.4324
Hunter Lab83.4055-3.981940.6337
CIE-Lab86.78300.492954.7932

#fad66f color RGB value is (250,214,111).

#fad66f hex color red value is 250, green value is 214 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fad66f hue: 0.12 , saturation: 0.93 and the lightness value of fad66f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 01101111
Octal 372 326 157
Decimal 250 214 111
Hex FA D6 6F

RGB Percentages of Color #fad66f

%43.48
%37.22
%19.30

CMYK Percentages of Color #fad66f

%0
%14
%56
%2

Triadic Colors of #fad66f

#fad66f #6ffad6 #d66ffa

Analogous Colors of #fad66f

#fad66f #d9fa6f #fa916f

Monochromatic Colors of #fad66f

#fad66f

Complementary Color

#fad66f #6f93fa

#fad66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad66f Color CSS Codes

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

#fad66f Text Font Color

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

This sample text font color is #fad66f
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.


#fad66f Background Color

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

This div background color is #fad66f


#fad66f Border Color

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

This div border color is #fad66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad66f


Comments

No comments written yet.

Please login to write comment.