Color Hex Logo

#fae082 Color Hex

#FAE082
(250,224,130)
0 Favorites   0 Comments

Color spaces of #fae082

RGB 250224130
HSL0.130.920.75
HSV47°48°98°
CMYK 0.000.100.48   0.02
XYZ70.109375.247031.9481
Yxy75.24700.39540.4244
Hunter Lab86.7450-7.536138.8851
CIE-Lab89.5086-3.010049.0113

#fae082 color RGB value is (250,224,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 10000010
Octal 372 340 202
Decimal 250 224 130
Hex FA E0 82

RGB Percentages of Color #fae082

%41.39
%37.09
%21.52

CMYK Percentages of Color #fae082

%0
%10
%48
%2

Triadic Colors of #fae082

#fae082 #82fae0 #e082fa

Analogous Colors of #fae082

#fae082 #d8fa82 #faa482

Monochromatic Colors of #fae082

#fae082

Complementary Color

#fae082 #829cfa

#fae082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae082 Color CSS Codes

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

#fae082 Text Font Color

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

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


#fae082 Background Color

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

This div background color is #fae082


#fae082 Border Color

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

This div border color is #fae082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae082


Comments

No comments written yet.

Please login to write comment.