Color Hex Logo

#eedd8d Color Hex

#EEDD8D
(238,221,141)
0 Favorites   0 Comments

Color spaces of #eedd8d

RGB 238221141
HSL0.140.740.74
HSV49°41°93°
CMYK 0.000.070.41   0.07
XYZ65.924171.813135.5861
Yxy71.81310.38040.4143
Hunter Lab84.7426-9.438534.4221
CIE-Lab87.8786-5.158641.3366

#eedd8d color RGB value is (238,221,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 10001101
Octal 356 335 215
Decimal 238 221 141
Hex EE DD 8D

RGB Percentages of Color #eedd8d

%39.67
%36.83
%23.50

CMYK Percentages of Color #eedd8d

%0
%7
%41
%7

Triadic Colors of #eedd8d

#eedd8d #8deedd #dd8dee

Analogous Colors of #eedd8d

#eedd8d #cfee8d #eead8d

Monochromatic Colors of #eedd8d

#eedd8d

Complementary Color

#eedd8d #8d9eee

#eedd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd8d Color CSS Codes

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

#eedd8d Text Font Color

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

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


#eedd8d Background Color

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

This div background color is #eedd8d


#eedd8d Border Color

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

This div border color is #eedd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd8d


Comments

No comments written yet.

Please login to write comment.