Color Hex Logo

#fae566 Color Hex

#FAE566
(250,229,102)
0 Favorites   0 Comments

Color spaces of #fae566

RGB 250229102
HSL0.140.940.69
HSV51°59°98°
CMYK 0.000.080.59   0.02
XYZ69.841977.321923.8139
Yxy77.32190.40850.4522
Hunter Lab87.9329-12.106445.4961
CIE-Lab90.4696-7.727463.0683

#fae566 color RGB value is (250,229,102).

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

The process color (four color CMYK) of #fae566 color hex is 0.00, 0.08, 0.59, 0.02. Web safe color of #fae566 is #ffcc66. Color #fae566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 01100110
Octal 372 345 146
Decimal 250 229 102
Hex FA E5 66

RGB Percentages of Color #fae566

%43.03
%39.41
%17.56

CMYK Percentages of Color #fae566

%0
%8
%59
%2

Triadic Colors of #fae566

#fae566 #66fae5 #e566fa

Analogous Colors of #fae566

#fae566 #c5fa66 #fa9b66

Monochromatic Colors of #fae566

#fae566

Complementary Color

#fae566 #667bfa

#fae566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae566 Color CSS Codes

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

#fae566 Text Font Color

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

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


#fae566 Background Color

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

This div background color is #fae566


#fae566 Border Color

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

This div border color is #fae566


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,229,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 #fae566">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae566


Comments

No comments written yet.

Please login to write comment.