Color Hex Logo

#eebe82 Color Hex

#EEBE82
(238,190,130)
0 Favorites   0 Comments

Color spaces of #eebe82

RGB 238190130
HSL0.090.760.72
HSV33°45°93°
CMYK 0.000.200.45   0.07
XYZ57.702656.615829.0058
Yxy56.61580.40260.3950
Hunter Lab75.24355.211729.8146
CIE-Lab79.96309.738536.7654

#eebe82 color RGB value is (238,190,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 10000010
Octal 356 276 202
Decimal 238 190 130
Hex EE BE 82

RGB Percentages of Color #eebe82

%42.65
%34.05
%23.30

CMYK Percentages of Color #eebe82

%0
%20
%45
%7

Triadic Colors of #eebe82

#eebe82 #82eebe #be82ee

Analogous Colors of #eebe82

#eebe82 #e8ee82 #ee8882

Monochromatic Colors of #eebe82

#eebe82

Complementary Color

#eebe82 #82b2ee

#eebe82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebe82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebe82 Color CSS Codes

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

#eebe82 Text Font Color

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

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


#eebe82 Background Color

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

This div background color is #eebe82


#eebe82 Border Color

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

This div border color is #eebe82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebe82


Comments

No comments written yet.

Please login to write comment.