Color Hex Logo

#feee81 Color Hex

#FEEE81
(254,238,129)
0 Favorites   0 Comments

Color spaces of #feee81

RGB 254238129
HSL0.150.980.75
HSV52°49°100°
CMYK 0.000.060.49   0.00
XYZ75.410083.804932.9703
Yxy83.80490.39240.4361
Hunter Lab91.5450-13.164842.7280
CIE-Lab93.3657-8.525554.2590

#feee81 color RGB value is (254,238,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10000001
Octal 376 356 201
Decimal 254 238 129
Hex FE EE 81

RGB Percentages of Color #feee81

%40.90
%38.33
%20.77

CMYK Percentages of Color #feee81

%0
%6
%49
%0

Triadic Colors of #feee81

#feee81 #81feee #ee81fe

Analogous Colors of #feee81

#feee81 #d0fe81 #feb081

Monochromatic Colors of #feee81

#feee81

Complementary Color

#feee81 #8191fe

#feee81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee81 Color CSS Codes

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

#feee81 Text Font Color

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

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


#feee81 Background Color

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

This div background color is #feee81


#feee81 Border Color

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

This div border color is #feee81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee81

Related Colors


Comments

No comments written yet.

Please login to write comment.