Color Hex Logo

#fee58e Color Hex

#FEE58E
(254,229,142)
0 Favorites   0 Comments

Color spaces of #fee58e

RGB 254229142
HSL0.130.980.78
HSV47°44°100°
CMYK 0.000.100.44   0.00
XYZ73.774879.062436.9634
Yxy79.06240.38870.4166
Hunter Lab88.9170-7.502737.5947
CIE-Lab91.2625-2.830345.4162

#fee58e color RGB value is (254,229,142).

#fee58e hex color red value is 254, green value is 229 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fee58e hue: 0.13 , saturation: 0.98 and the lightness value of fee58e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 10001110
Octal 376 345 216
Decimal 254 229 142
Hex FE E5 8E

RGB Percentages of Color #fee58e

%40.64
%36.64
%22.72

CMYK Percentages of Color #fee58e

%0
%10
%44
%0

Triadic Colors of #fee58e

#fee58e #8efee5 #e58efe

Analogous Colors of #fee58e

#fee58e #dffe8e #fead8e

Monochromatic Colors of #fee58e

#fee58e

Complementary Color

#fee58e #8ea7fe

#fee58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee58e Color CSS Codes

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

#fee58e Text Font Color

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

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


#fee58e Background Color

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

This div background color is #fee58e


#fee58e Border Color

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

This div border color is #fee58e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,229,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee58e


Comments

No comments written yet.

Please login to write comment.