Color Hex Logo

#eedd9d Color Hex

#EEDD9D
(238,221,157)
1 Favorites   0 Comments

Color spaces of #eedd9d

RGB 238221157
HSL0.130.700.77
HSV47°34°93°
CMYK 0.000.070.34   0.07
XYZ67.202172.324442.3164
Yxy72.32440.36960.3977
Hunter Lab85.0438-7.774830.0289
CIE-Lab88.1245-3.377033.5721

#eedd9d color RGB value is (238,221,157).

#eedd9d hex color red value is 238, green value is 221 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eedd9d hue: 0.13 , saturation: 0.70 and the lightness value of eedd9d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 10011101
Octal 356 335 235
Decimal 238 221 157
Hex EE DD 9D

RGB Percentages of Color #eedd9d

%38.64
%35.88
%25.49

CMYK Percentages of Color #eedd9d

%0
%7
%34
%7

Triadic Colors of #eedd9d

#eedd9d #9deedd #dd9dee

Analogous Colors of #eedd9d

#eedd9d #d7ee9d #eeb59d

Monochromatic Colors of #eedd9d

#eedd9d

Complementary Color

#eedd9d #9daeee

#eedd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd9d Color CSS Codes

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

#eedd9d Text Font Color

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

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


#eedd9d Background Color

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

This div background color is #eedd9d


#eedd9d Border Color

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

This div border color is #eedd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd9d

#eedd9d Color Palettes


Comments

No comments written yet.

Please login to write comment.