Color Hex Logo

#eeb38b Color Hex

#EEB38B
(238,179,139)
0 Favorites   0 Comments

Color spaces of #eeb38b

RGB 238179139
HSL0.070.740.74
HSV24°42°93°
CMYK 0.000.250.42   0.07
XYZ56.040252.281431.5638
Yxy52.28140.40060.3737
Hunter Lab72.305911.810024.7322
CIE-Lab77.448816.470228.7536

#eeb38b color RGB value is (238,179,139).

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

The process color (four color CMYK) of #eeb38b color hex is 0.00, 0.25, 0.42, 0.07. Web safe color of #eeb38b is #ffcc99. Color #eeb38b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 10001011
Octal 356 263 213
Decimal 238 179 139
Hex EE B3 8B

RGB Percentages of Color #eeb38b

%42.81
%32.19
%25.00

CMYK Percentages of Color #eeb38b

%0
%25
%42
%7

Triadic Colors of #eeb38b

#eeb38b #8beeb3 #b38bee

Analogous Colors of #eeb38b

#eeb38b #eee58b #ee8b95

Monochromatic Colors of #eeb38b

#eeb38b

Complementary Color

#eeb38b #8bc6ee

#eeb38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb38b Color CSS Codes

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

#eeb38b Text Font Color

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

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


#eeb38b Background Color

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

This div background color is #eeb38b


#eeb38b Border Color

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

This div border color is #eeb38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb38b


Comments

No comments written yet.

Please login to write comment.