Color Hex Logo

#eee582 Color Hex

#EEE582
(238,229,130)
0 Favorites   0 Comments

Color spaces of #eee582

RGB 238229130
HSL0.150.760.72
HSV55°45°93°
CMYK 0.000.040.45   0.07
XYZ67.308575.827532.2077
Yxy75.82750.38390.4325
Hunter Lab87.0790-14.415039.0258
CIE-Lab89.7792-10.274349.1189

#eee582 color RGB value is (238,229,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 10000010
Octal 356 345 202
Decimal 238 229 130
Hex EE E5 82

RGB Percentages of Color #eee582

%39.87
%38.36
%21.78

CMYK Percentages of Color #eee582

%0
%4
%45
%7

Triadic Colors of #eee582

#eee582 #82eee5 #e582ee

Analogous Colors of #eee582

#eee582 #c1ee82 #eeaf82

Monochromatic Colors of #eee582

#eee582

Complementary Color

#eee582 #828bee

#eee582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee582 Color CSS Codes

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

#eee582 Text Font Color

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

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


#eee582 Background Color

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

This div background color is #eee582


#eee582 Border Color

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

This div border color is #eee582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee582


Comments

No comments written yet.

Please login to write comment.