Color Hex Logo

#eec38d Color Hex

#EEC38D
(238,195,141)
0 Favorites   0 Comments

Color spaces of #eec38d

RGB 238195141
HSL0.090.740.74
HSV33°41°93°
CMYK 0.000.180.41   0.07
XYZ59.582759.130433.4723
Yxy59.13040.39150.3885
Hunter Lab76.89633.741328.0190
CIE-Lab81.36328.252332.8869

#eec38d color RGB value is (238,195,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 10001101
Octal 356 303 215
Decimal 238 195 141
Hex EE C3 8D

RGB Percentages of Color #eec38d

%41.46
%33.97
%24.56

CMYK Percentages of Color #eec38d

%0
%18
%41
%7

Triadic Colors of #eec38d

#eec38d #8deec3 #c38dee

Analogous Colors of #eec38d

#eec38d #e9ee8d #ee938d

Monochromatic Colors of #eec38d

#eec38d

Complementary Color

#eec38d #8db8ee

#eec38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec38d Color CSS Codes

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

#eec38d Text Font Color

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

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


#eec38d Background Color

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

This div background color is #eec38d


#eec38d Border Color

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

This div border color is #eec38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec38d


Comments

No comments written yet.

Please login to write comment.