Color Hex Logo

#eec38b Color Hex

#EEC38B
(238,195,139)
0 Favorites   0 Comments

Color spaces of #eec38b

RGB 238195139
HSL0.090.740.74
HSV34°42°93°
CMYK 0.000.180.42   0.07
XYZ59.435259.071432.6955
Yxy59.07140.39310.3907
Hunter Lab76.85793.534928.5785
CIE-Lab81.33088.038533.8834

#eec38b color RGB value is (238,195,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 10001011
Octal 356 303 213
Decimal 238 195 139
Hex EE C3 8B

RGB Percentages of Color #eec38b

%41.61
%34.09
%24.30

CMYK Percentages of Color #eec38b

%0
%18
%42
%7

Triadic Colors of #eec38b

#eec38b #8beec3 #c38bee

Analogous Colors of #eec38b

#eec38b #e8ee8b #ee928b

Monochromatic Colors of #eec38b

#eec38b

Complementary Color

#eec38b #8bb6ee

#eec38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec38b Color CSS Codes

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

#eec38b Text Font Color

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

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


#eec38b Background Color

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

This div background color is #eec38b


#eec38b Border Color

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

This div border color is #eec38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec38b


Comments

No comments written yet.

Please login to write comment.