Color Hex Logo

#eeb58c Color Hex

#EEB58C
(238,181,140)
0 Favorites   0 Comments

Color spaces of #eeb58c

RGB 238181140
HSL0.070.740.74
HSV25°41°93°
CMYK 0.000.240.41   0.07
XYZ56.517453.118332.0850
Yxy53.11830.39880.3748
Hunter Lab72.882310.875824.9164
CIE-Lab77.944815.519028.8842

#eeb58c color RGB value is (238,181,140).

#eeb58c hex color red value is 238, green value is 181 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eeb58c hue: 0.07 , saturation: 0.74 and the lightness value of eeb58c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 10001100
Octal 356 265 214
Decimal 238 181 140
Hex EE B5 8C

RGB Percentages of Color #eeb58c

%42.58
%32.38
%25.04

CMYK Percentages of Color #eeb58c

%0
%24
%41
%7

Triadic Colors of #eeb58c

#eeb58c #8ceeb5 #b58cee

Analogous Colors of #eeb58c

#eeb58c #eee68c #ee8c94

Monochromatic Colors of #eeb58c

#eeb58c

Complementary Color

#eeb58c #8cc5ee

#eeb58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb58c Color CSS Codes

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

#eeb58c Text Font Color

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

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


#eeb58c Background Color

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

This div background color is #eeb58c


#eeb58c Border Color

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

This div border color is #eeb58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb58c


Comments

No comments written yet.

Please login to write comment.