Color Hex Logo

#fee58c Color Hex

#FEE58C
(254,229,140)
0 Favorites   0 Comments

Color spaces of #fee58c

RGB 254229140
HSL0.130.980.77
HSV47°45°100°
CMYK 0.000.100.45   0.00
XYZ73.626079.002936.1795
Yxy79.00290.39000.4184
Hunter Lab88.8836-7.687238.0849
CIE-Lab91.2356-3.023446.3631

#fee58c color RGB value is (254,229,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 10001100
Octal 376 345 214
Decimal 254 229 140
Hex FE E5 8C

RGB Percentages of Color #fee58c

%40.77
%36.76
%22.47

CMYK Percentages of Color #fee58c

%0
%10
%45
%0

Triadic Colors of #fee58c

#fee58c #8cfee5 #e58cfe

Analogous Colors of #fee58c

#fee58c #defe8c #feac8c

Monochromatic Colors of #fee58c

#fee58c

Complementary Color

#fee58c #8ca5fe

#fee58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee58c Color CSS Codes

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

#fee58c Text Font Color

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

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


#fee58c Background Color

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

This div background color is #fee58c


#fee58c Border Color

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

This div border color is #fee58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee58c

#fee58c Color Palettes


Comments

No comments written yet.

Please login to write comment.