Color Hex Logo

#eeb582 Color Hex

#EEB582
(238,181,130)
0 Favorites   0 Comments

Color spaces of #eeb582

RGB 238181130
HSL0.080.760.72
HSV28°45°93°
CMYK 0.000.240.45   0.07
XYZ55.813052.836628.3759
Yxy52.83660.40730.3856
Hunter Lab72.68889.853227.7368
CIE-Lab77.778414.482033.9373

#eeb582 color RGB value is (238,181,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 10000010
Octal 356 265 202
Decimal 238 181 130
Hex EE B5 82

RGB Percentages of Color #eeb582

%43.35
%32.97
%23.68

CMYK Percentages of Color #eeb582

%0
%24
%45
%7

Triadic Colors of #eeb582

#eeb582 #82eeb5 #b582ee

Analogous Colors of #eeb582

#eeb582 #eeeb82 #ee8285

Monochromatic Colors of #eeb582

#eeb582

Complementary Color

#eeb582 #82bbee

#eeb582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb582 Color CSS Codes

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

#eeb582 Text Font Color

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

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


#eeb582 Background Color

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

This div background color is #eeb582


#eeb582 Border Color

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

This div border color is #eeb582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb582


Comments

No comments written yet.

Please login to write comment.