Color Hex Logo

#fae09f Color Hex

#FAE09F
(250,224,159)
0 Favorites   0 Comments

Color spaces of #fae09f

RGB 250224159
HSL0.120.900.80
HSV43°36°98°
CMYK 0.000.100.36   0.02
XYZ72.338076.138543.6845
Yxy76.13850.37640.3962
Hunter Lab87.2574-4.720631.3972
CIE-Lab89.9236-0.061835.1177

#fae09f color RGB value is (250,224,159).

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

The process color (four color CMYK) of #fae09f color hex is 0.00, 0.10, 0.36, 0.02. Web safe color of #fae09f is #ffcc99. Color #fae09f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 10011111
Octal 372 340 237
Decimal 250 224 159
Hex FA E0 9F

RGB Percentages of Color #fae09f

%39.49
%35.39
%25.12

CMYK Percentages of Color #fae09f

%0
%10
%36
%2

Triadic Colors of #fae09f

#fae09f #9ffae0 #e09ffa

Analogous Colors of #fae09f

#fae09f #e7fa9f #fab39f

Monochromatic Colors of #fae09f

#fae09f

Complementary Color

#fae09f #9fb9fa

#fae09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae09f Color CSS Codes

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

#fae09f Text Font Color

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

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


#fae09f Background Color

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

This div background color is #fae09f


#fae09f Border Color

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

This div border color is #fae09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae09f

#fae09f Color Palettes


Comments

No comments written yet.

Please login to write comment.