Color Hex Logo

#fae081 Color Hex

#FAE081
(250,224,129)
0 Favorites   0 Comments

Color spaces of #fae081

RGB 250224129
HSL0.130.920.74
HSV47°48°98°
CMYK 0.000.100.48   0.02
XYZ70.042475.220331.5962
Yxy75.22030.39600.4253
Hunter Lab86.7296-7.621239.1110
CIE-Lab89.4961-3.100049.4796

#fae081 color RGB value is (250,224,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 10000001
Octal 372 340 201
Decimal 250 224 129
Hex FA E0 81

RGB Percentages of Color #fae081

%41.46
%37.15
%21.39

CMYK Percentages of Color #fae081

%0
%10
%48
%2

Triadic Colors of #fae081

#fae081 #81fae0 #e081fa

Analogous Colors of #fae081

#fae081 #d8fa81 #faa481

Monochromatic Colors of #fae081

#fae081

Complementary Color

#fae081 #819bfa

#fae081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae081 Color CSS Codes

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

#fae081 Text Font Color

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

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


#fae081 Background Color

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

This div background color is #fae081


#fae081 Border Color

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

This div border color is #fae081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae081


Comments

No comments written yet.

Please login to write comment.