Color Hex Logo

#e9dc9d Color Hex

#E9DC9D
(233,220,157)
0 Favorites   0 Comments

Color spaces of #e9dc9d

RGB 233220157
HSL0.140.630.76
HSV50°33°91°
CMYK 0.000.060.33   0.09
XYZ65.283370.944442.1511
Yxy70.94440.36600.3977
Hunter Lab84.2285-9.049229.2890
CIE-Lab87.4580-4.784632.6132

#e9dc9d color RGB value is (233,220,157).

#e9dc9d hex color red value is 233, green value is 220 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e9dc9d hue: 0.14 , saturation: 0.63 and the lightness value of e9dc9d is 0.76.

The process color (four color CMYK) of #e9dc9d color hex is 0.00, 0.06, 0.33, 0.09. Web safe color of #e9dc9d is #ffcc99. Color #e9dc9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011100 10011101
Octal 351 334 235
Decimal 233 220 157
Hex E9 DC 9D

RGB Percentages of Color #e9dc9d

%38.20
%36.07
%25.74

CMYK Percentages of Color #e9dc9d

%0
%6
%33
%9

Triadic Colors of #e9dc9d

#e9dc9d #9de9dc #dc9de9

Analogous Colors of #e9dc9d

#e9dc9d #d0e99d #e9b69d

Monochromatic Colors of #e9dc9d

#e9dc9d

Complementary Color

#e9dc9d #9daae9

#e9dc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dc9d Color CSS Codes

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

#e9dc9d Text Font Color

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

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


#e9dc9d Background Color

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

This div background color is #e9dc9d


#e9dc9d Border Color

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

This div border color is #e9dc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dc9d


Comments

No comments written yet.

Please login to write comment.