Color Hex Logo

#eec38e Color Hex

#EEC38E
(238,195,142)
0 Favorites   0 Comments

Color spaces of #eec38e

RGB 238195142
HSL0.090.740.75
HSV33°40°93°
CMYK 0.000.180.40   0.07
XYZ59.657559.160433.8660
Yxy59.16040.39070.3875
Hunter Lab76.91583.845727.7357
CIE-Lab81.37978.360332.3881

#eec38e color RGB value is (238,195,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 10001110
Octal 356 303 216
Decimal 238 195 142
Hex EE C3 8E

RGB Percentages of Color #eec38e

%41.39
%33.91
%24.70

CMYK Percentages of Color #eec38e

%0
%18
%40
%7

Triadic Colors of #eec38e

#eec38e #8eeec3 #c38eee

Analogous Colors of #eec38e

#eec38e #e9ee8e #ee938e

Monochromatic Colors of #eec38e

#eec38e

Complementary Color

#eec38e #8eb9ee

#eec38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec38e Color CSS Codes

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

#eec38e Text Font Color

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

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


#eec38e Background Color

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

This div background color is #eec38e


#eec38e Border Color

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

This div border color is #eec38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec38e


Comments

No comments written yet.

Please login to write comment.