Color Hex Logo

#faef66 Color Hex

#FAEF66
(250,239,102)
0 Favorites   0 Comments

Color spaces of #faef66

RGB 250239102
HSL0.150.940.69
HSV56°59°98°
CMYK 0.000.040.59   0.02
XYZ72.689183.016324.7630
Yxy83.01630.40280.4600
Hunter Lab91.1133-17.043047.6653
CIE-Lab93.0216-12.677765.8883

#faef66 color RGB value is (250,239,102).

#faef66 hex color red value is 250, green value is 239 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #faef66 hue: 0.15 , saturation: 0.94 and the lightness value of faef66 is 0.69.

The process color (four color CMYK) of #faef66 color hex is 0.00, 0.04, 0.59, 0.02. Web safe color of #faef66 is #ffff66. Color #faef66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 01100110
Octal 372 357 146
Decimal 250 239 102
Hex FA EF 66

RGB Percentages of Color #faef66

%42.30
%40.44
%17.26

CMYK Percentages of Color #faef66

%0
%4
%59
%2

Triadic Colors of #faef66

#faef66 #66faef #ef66fa

Analogous Colors of #faef66

#faef66 #bbfa66 #faa566

Monochromatic Colors of #faef66

#faef66

Complementary Color

#faef66 #6671fa

#faef66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef66 Color CSS Codes

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

#faef66 Text Font Color

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

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


#faef66 Background Color

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

This div background color is #faef66


#faef66 Border Color

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

This div border color is #faef66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef66

#faef66 Color Palettes


Comments

No comments written yet.

Please login to write comment.