Color Hex Logo

#fae49c Color Hex

#FAE49C
(250,228,156)
0 Favorites   0 Comments

Color spaces of #fae49c

RGB 250228156
HSL0.130.900.80
HSV46°38°98°
CMYK 0.000.090.38   0.02
XYZ73.168578.211142.6923
Yxy78.21110.37700.4030
Hunter Lab88.4370-7.082633.2841
CIE-Lab90.8761-2.427237.8854

#fae49c color RGB value is (250,228,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 10011100
Octal 372 344 234
Decimal 250 228 156
Hex FA E4 9C

RGB Percentages of Color #fae49c

%39.43
%35.96
%24.61

CMYK Percentages of Color #fae49c

%0
%9
%38
%2

Triadic Colors of #fae49c

#fae49c #9cfae4 #e49cfa

Analogous Colors of #fae49c

#fae49c #e1fa9c #fab59c

Monochromatic Colors of #fae49c

#fae49c

Complementary Color

#fae49c #9cb2fa

#fae49c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae49c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae49c Color CSS Codes

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

#fae49c Text Font Color

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

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


#fae49c Background Color

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

This div background color is #fae49c


#fae49c Border Color

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

This div border color is #fae49c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae49c


Comments

No comments written yet.

Please login to write comment.