Color Hex Logo

#eebdd9 Color Hex

#EEBDD9
(238,189,217)
0 Favorites   0 Comments

Color spaces of #eebdd9

RGB 238189217
HSL0.900.590.84
HSV326°21°93°
CMYK 0.000.210.09   0.07
XYZ65.981959.582173.6685
Yxy59.58210.33120.2991
Hunter Lab77.189417.5011-2.5529
CIE-Lab81.610521.9881-7.2842

#eebdd9 color RGB value is (238,189,217).

#eebdd9 hex color red value is 238, green value is 189 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #eebdd9 hue: 0.90 , saturation: 0.59 and the lightness value of eebdd9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11011001
Octal 356 275 331
Decimal 238 189 217
Hex EE BD D9

RGB Percentages of Color #eebdd9

%36.96
%29.35
%33.70

CMYK Percentages of Color #eebdd9

%0
%21
%9
%7

Triadic Colors of #eebdd9

#eebdd9 #d9eebd #bdd9ee

Analogous Colors of #eebdd9

#eebdd9 #eebdc1 #ebbdee

Monochromatic Colors of #eebdd9

#eebdd9

Complementary Color

#eebdd9 #bdeed2

#eebdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdd9 Color CSS Codes

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

#eebdd9 Text Font Color

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

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


#eebdd9 Background Color

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

This div background color is #eebdd9


#eebdd9 Border Color

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

This div border color is #eebdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdd9


Comments

No comments written yet.

Please login to write comment.