Color Hex Logo

#fae564 Color Hex

#FAE564
(250,229,100)
0 Favorites   0 Comments

Color spaces of #fae564

RGB 250229100
HSL0.140.940.69
HSV52°60°98°
CMYK 0.000.080.60   0.02
XYZ69.743977.282723.2978
Yxy77.28270.40950.4537
Hunter Lab87.9106-12.230545.8245
CIE-Lab90.4516-7.860963.9141

#fae564 color RGB value is (250,229,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 01100100
Octal 372 345 144
Decimal 250 229 100
Hex FA E5 64

RGB Percentages of Color #fae564

%43.18
%39.55
%17.27

CMYK Percentages of Color #fae564

%0
%8
%60
%2

Triadic Colors of #fae564

#fae564 #64fae5 #e564fa

Analogous Colors of #fae564

#fae564 #c4fa64 #fa9a64

Monochromatic Colors of #fae564

#fae564

Complementary Color

#fae564 #6479fa

#fae564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae564 Color CSS Codes

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

#fae564 Text Font Color

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

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


#fae564 Background Color

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

This div background color is #fae564


#fae564 Border Color

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

This div border color is #fae564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae564


Comments

No comments written yet.

Please login to write comment.