Color Hex Logo

#fae880 Color Hex

#FAE880
(250,232,128)
0 Favorites   0 Comments

Color spaces of #fae880

RGB 250232128
HSL0.140.920.74
HSV51°49°98°
CMYK 0.000.070.49   0.02
XYZ72.177279.595731.9814
Yxy79.59570.39280.4332
Hunter Lab89.2164-11.720041.1978
CIE-Lab91.5032-7.208652.4041

#fae880 color RGB value is (250,232,128).

#fae880 hex color red value is 250, green value is 232 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fae880 hue: 0.14 , saturation: 0.92 and the lightness value of fae880 is 0.74.

The process color (four color CMYK) of #fae880 color hex is 0.00, 0.07, 0.49, 0.02. Web safe color of #fae880 is #ffff99. Color #fae880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101000 10000000
Octal 372 350 200
Decimal 250 232 128
Hex FA E8 80

RGB Percentages of Color #fae880

%40.98
%38.03
%20.98

CMYK Percentages of Color #fae880

%0
%7
%49
%2

Triadic Colors of #fae880

#fae880 #80fae8 #e880fa

Analogous Colors of #fae880

#fae880 #cffa80 #faab80

Monochromatic Colors of #fae880

#fae880

Complementary Color

#fae880 #8092fa

#fae880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae880 Color CSS Codes

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

#fae880 Text Font Color

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

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


#fae880 Background Color

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

This div background color is #fae880


#fae880 Border Color

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

This div border color is #fae880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae880


Comments

No comments written yet.

Please login to write comment.