Color Hex Logo

#fee981 Color Hex

#FEE981
(254,233,129)
0 Favorites   0 Comments

Color spaces of #fee981

RGB 254233129
HSL0.140.980.75
HSV50°49°100°
CMYK 0.000.080.49   0.00
XYZ73.974480.933632.4918
Yxy80.93360.39470.4319
Hunter Lab89.9631-10.659441.5605
CIE-Lab92.1021-6.035352.7333

#fee981 color RGB value is (254,233,129).

#fee981 hex color red value is 254, green value is 233 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fee981 hue: 0.14 , saturation: 0.98 and the lightness value of fee981 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 10000001
Octal 376 351 201
Decimal 254 233 129
Hex FE E9 81

RGB Percentages of Color #fee981

%41.23
%37.82
%20.94

CMYK Percentages of Color #fee981

%0
%8
%49
%0

Triadic Colors of #fee981

#fee981 #81fee9 #e981fe

Analogous Colors of #fee981

#fee981 #d5fe81 #feab81

Monochromatic Colors of #fee981

#fee981

Complementary Color

#fee981 #8196fe

#fee981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee981 Color CSS Codes

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

#fee981 Text Font Color

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

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


#fee981 Background Color

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

This div background color is #fee981


#fee981 Border Color

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

This div border color is #fee981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee981


Comments

No comments written yet.

Please login to write comment.