Color Hex Logo

#eed08e Color Hex

#EED08E
(238,208,142)
0 Favorites   0 Comments

Color spaces of #eed08e

RGB 238208142
HSL0.110.740.75
HSV41°40°93°
CMYK 0.000.130.40   0.07
XYZ62.698365.241934.8796
Yxy65.24190.38510.4007
Hunter Lab80.7725-2.794130.9378
CIE-Lab84.60821.597536.6159

#eed08e color RGB value is (238,208,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 10001110
Octal 356 320 216
Decimal 238 208 142
Hex EE D0 8E

RGB Percentages of Color #eed08e

%40.48
%35.37
%24.15

CMYK Percentages of Color #eed08e

%0
%13
%40
%7

Triadic Colors of #eed08e

#eed08e #8eeed0 #d08eee

Analogous Colors of #eed08e

#eed08e #dcee8e #eea08e

Monochromatic Colors of #eed08e

#eed08e

Complementary Color

#eed08e #8eacee

#eed08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed08e Color CSS Codes

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

#eed08e Text Font Color

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

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


#eed08e Background Color

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

This div background color is #eed08e


#eed08e Border Color

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

This div border color is #eed08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed08e


Comments

No comments written yet.

Please login to write comment.