Color Hex Logo

#eee580 Color Hex

#EEE580
(238,229,128)
0 Favorites   0 Comments

Color spaces of #eee580

RGB 238229128
HSL0.150.760.72
HSV55°46°93°
CMYK 0.000.040.46   0.07
XYZ67.175575.774331.5074
Yxy75.77430.38510.4343
Hunter Lab87.0484-14.585939.4737
CIE-Lab89.7544-10.461450.0492

#eee580 color RGB value is (238,229,128).

#eee580 hex color red value is 238, green value is 229 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eee580 hue: 0.15 , saturation: 0.76 and the lightness value of eee580 is 0.72.

The process color (four color CMYK) of #eee580 color hex is 0.00, 0.04, 0.46, 0.07. Web safe color of #eee580 is #ffcc99. Color #eee580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 10000000
Octal 356 345 200
Decimal 238 229 128
Hex EE E5 80

RGB Percentages of Color #eee580

%40.00
%38.49
%21.51

CMYK Percentages of Color #eee580

%0
%4
%46
%7

Triadic Colors of #eee580

#eee580 #80eee5 #e580ee

Analogous Colors of #eee580

#eee580 #c0ee80 #eeae80

Monochromatic Colors of #eee580

#eee580

Complementary Color

#eee580 #8089ee

#eee580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee580 Color CSS Codes

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

#eee580 Text Font Color

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

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


#eee580 Background Color

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

This div background color is #eee580


#eee580 Border Color

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

This div border color is #eee580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee580

#eee580 Color Palettes


Comments

No comments written yet.

Please login to write comment.