Color Hex Logo

#fae59c Color Hex

#FAE59C
(250,229,156)
0 Favorites   0 Comments

Color spaces of #fae59c

RGB 250229156
HSL0.130.900.80
HSV47°38°98°
CMYK 0.000.080.38   0.02
XYZ73.444478.762942.7843
Yxy78.76290.37670.4039
Hunter Lab88.7485-7.590933.5411
CIE-Lab91.1269-2.932738.2126

#fae59c color RGB value is (250,229,156).

#fae59c hex color red value is 250, green value is 229 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fae59c hue: 0.13 , saturation: 0.90 and the lightness value of fae59c is 0.80.

The process color (four color CMYK) of #fae59c color hex is 0.00, 0.08, 0.38, 0.02. Web safe color of #fae59c is #ffcc99. Color #fae59c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 10011100
Octal 372 345 234
Decimal 250 229 156
Hex FA E5 9C

RGB Percentages of Color #fae59c

%39.37
%36.06
%24.57

CMYK Percentages of Color #fae59c

%0
%8
%38
%2

Triadic Colors of #fae59c

#fae59c #9cfae5 #e59cfa

Analogous Colors of #fae59c

#fae59c #e0fa9c #fab69c

Monochromatic Colors of #fae59c

#fae59c

Complementary Color

#fae59c #9cb1fa

#fae59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae59c Color CSS Codes

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

#fae59c Text Font Color

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

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


#fae59c Background Color

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

This div background color is #fae59c


#fae59c Border Color

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

This div border color is #fae59c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae59c


Comments

No comments written yet.

Please login to write comment.