Color Hex Logo

#eedbd9 Color Hex

#EEDBD9
(238,219,217)
0 Favorites   0 Comments

Color spaces of #eedbd9

RGB 238219217
HSL0.020.380.89
HSV93°
CMYK 0.000.080.09   0.07
XYZ73.115873.849976.0465
Yxy73.84990.32790.3311
Hunter Lab85.93601.48297.6882
CIE-Lab88.85156.18983.3310

#eedbd9 color RGB value is (238,219,217).

#eedbd9 hex color red value is 238, green value is 219 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #eedbd9 hue: 0.02 , saturation: 0.38 and the lightness value of eedbd9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11011001
Octal 356 333 331
Decimal 238 219 217
Hex EE DB D9

RGB Percentages of Color #eedbd9

%35.31
%32.49
%32.20

CMYK Percentages of Color #eedbd9

%0
%8
%9
%7

Triadic Colors of #eedbd9

#eedbd9 #d9eedb #dbd9ee

Analogous Colors of #eedbd9

#eedbd9 #eee6d9 #eed9e2

Monochromatic Colors of #eedbd9

#eedbd9

Complementary Color

#eedbd9 #d9ecee

#eedbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbd9 Color CSS Codes

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

#eedbd9 Text Font Color

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

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


#eedbd9 Background Color

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

This div background color is #eedbd9


#eedbd9 Border Color

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

This div border color is #eedbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbd9

#eedbd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.