Color Hex Logo

#fae088 Color Hex

#FAE088
(250,224,136)
0 Favorites   0 Comments

Color spaces of #fae088

RGB 250224136
HSL0.130.920.76
HSV46°46°98°
CMYK 0.000.100.46   0.02
XYZ70.523975.412934.1317
Yxy75.41290.39170.4188
Hunter Lab86.8406-7.009937.4852
CIE-Lab89.5860-2.455246.1836

#fae088 color RGB value is (250,224,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 10001000
Octal 372 340 210
Decimal 250 224 136
Hex FA E0 88

RGB Percentages of Color #fae088

%40.98
%36.72
%22.30

CMYK Percentages of Color #fae088

%0
%10
%46
%2

Triadic Colors of #fae088

#fae088 #88fae0 #e088fa

Analogous Colors of #fae088

#fae088 #dbfa88 #faa788

Monochromatic Colors of #fae088

#fae088

Complementary Color

#fae088 #88a2fa

#fae088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae088 Color CSS Codes

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

#fae088 Text Font Color

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

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


#fae088 Background Color

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

This div background color is #fae088


#fae088 Border Color

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

This div border color is #fae088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae088


Comments

No comments written yet.

Please login to write comment.