Color Hex Logo

#eec08d Color Hex

#EEC08D
(238,192,141)
0 Favorites   0 Comments

Color spaces of #eec08d

RGB 238192141
HSL0.090.740.74
HSV32°41°93°
CMYK 0.000.190.41   0.07
XYZ58.917357.799533.2504
Yxy57.79950.39290.3854
Hunter Lab76.02605.285427.2874
CIE-Lab80.62729.825931.9168

#eec08d color RGB value is (238,192,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 10001101
Octal 356 300 215
Decimal 238 192 141
Hex EE C0 8D

RGB Percentages of Color #eec08d

%41.68
%33.63
%24.69

CMYK Percentages of Color #eec08d

%0
%19
%41
%7

Triadic Colors of #eec08d

#eec08d #8deec0 #c08dee

Analogous Colors of #eec08d

#eec08d #ecee8d #ee908d

Monochromatic Colors of #eec08d

#eec08d

Complementary Color

#eec08d #8dbbee

#eec08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec08d Color CSS Codes

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

#eec08d Text Font Color

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

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


#eec08d Background Color

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

This div background color is #eec08d


#eec08d Border Color

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

This div border color is #eec08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec08d


Comments

No comments written yet.

Please login to write comment.