Color Hex Logo

#eedcb9 Color Hex

#EEDCB9
(238,220,185)
0 Favorites   0 Comments

Color spaces of #eedcb9

RGB 238220185
HSL0.110.610.83
HSV40°22°93°
CMYK 0.000.080.22   0.07
XYZ69.610172.866356.2947
Yxy72.86630.35020.3666
Hunter Lab85.3618-3.821420.6524
CIE-Lab88.38390.762819.4510

#eedcb9 color RGB value is (238,220,185).

#eedcb9 hex color red value is 238, green value is 220 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #eedcb9 hue: 0.11 , saturation: 0.61 and the lightness value of eedcb9 is 0.83.

The process color (four color CMYK) of #eedcb9 color hex is 0.00, 0.08, 0.22, 0.07. Web safe color of #eedcb9 is #ffcccc. Color #eedcb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10111001
Octal 356 334 271
Decimal 238 220 185
Hex EE DC B9

RGB Percentages of Color #eedcb9

%37.01
%34.21
%28.77

CMYK Percentages of Color #eedcb9

%0
%8
%22
%7

Triadic Colors of #eedcb9

#eedcb9 #b9eedc #dcb9ee

Analogous Colors of #eedcb9

#eedcb9 #e6eeb9 #eec2b9

Monochromatic Colors of #eedcb9

#eedcb9

Complementary Color

#eedcb9 #b9cbee

#eedcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcb9 Color CSS Codes

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

#eedcb9 Text Font Color

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

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


#eedcb9 Background Color

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

This div background color is #eedcb9


#eedcb9 Border Color

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

This div border color is #eedcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcb9

#eedcb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.