Color Hex Logo

#fae481 Color Hex

#FAE481
(250,228,129)
0 Favorites   0 Comments

Color spaces of #fae481

RGB 250228129
HSL0.140.920.74
HSV49°48°98°
CMYK 0.000.090.48   0.02
XYZ71.130277.395831.9588
Yxy77.39580.39410.4288
Hunter Lab87.9749-9.633740.0440
CIE-Lab90.5035-5.116250.7118

#fae481 color RGB value is (250,228,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 10000001
Octal 372 344 201
Decimal 250 228 129
Hex FA E4 81

RGB Percentages of Color #fae481

%41.19
%37.56
%21.25

CMYK Percentages of Color #fae481

%0
%9
%48
%2

Triadic Colors of #fae481

#fae481 #81fae4 #e481fa

Analogous Colors of #fae481

#fae481 #d4fa81 #faa881

Monochromatic Colors of #fae481

#fae481

Complementary Color

#fae481 #8197fa

#fae481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae481 Color CSS Codes

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

#fae481 Text Font Color

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

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


#fae481 Background Color

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

This div background color is #fae481


#fae481 Border Color

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

This div border color is #fae481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,228,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 #fae481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae481


Comments

No comments written yet.

Please login to write comment.