Color Hex Logo

#fae090 Color Hex

#FAE090
(250,224,144)
0 Favorites   0 Comments

Color spaces of #fae090

RGB 250224144
HSL0.130.910.77
HSV45°42°98°
CMYK 0.000.100.42   0.02
XYZ71.114075.648937.2391
Yxy75.64890.38650.4111
Hunter Lab86.9764-6.262735.4983
CIE-Lab89.6961-1.670542.3694

#fae090 color RGB value is (250,224,144).

#fae090 hex color red value is 250, green value is 224 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fae090 hue: 0.13 , saturation: 0.91 and the lightness value of fae090 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 10010000
Octal 372 340 220
Decimal 250 224 144
Hex FA E0 90

RGB Percentages of Color #fae090

%40.45
%36.25
%23.30

CMYK Percentages of Color #fae090

%0
%10
%42
%2

Triadic Colors of #fae090

#fae090 #90fae0 #e090fa

Analogous Colors of #fae090

#fae090 #dffa90 #faab90

Monochromatic Colors of #fae090

#fae090

Complementary Color

#fae090 #90aafa

#fae090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae090 Color CSS Codes

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

#fae090 Text Font Color

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

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


#fae090 Background Color

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

This div background color is #fae090


#fae090 Border Color

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

This div border color is #fae090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae090


Comments

No comments written yet.

Please login to write comment.