Color Hex Logo

#eebddc Color Hex

#EEBDDC
(238,189,220)
0 Favorites   0 Comments

Color spaces of #eebddc

RGB 238189220
HSL0.890.590.84
HSV322°21°93°
CMYK 0.000.210.08   0.07
XYZ66.375859.739675.7427
Yxy59.73960.32880.2959
Hunter Lab77.291418.0311-3.9980
CIE-Lab81.696422.4969-8.7687

#eebddc color RGB value is (238,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11011100
Octal 356 275 334
Decimal 238 189 220
Hex EE BD DC

RGB Percentages of Color #eebddc

%36.79
%29.21
%34.00

CMYK Percentages of Color #eebddc

%0
%21
%8
%7

Triadic Colors of #eebddc

#eebddc #dceebd #bddcee

Analogous Colors of #eebddc

#eebddc #eebdc4 #e8bdee

Monochromatic Colors of #eebddc

#eebddc

Complementary Color

#eebddc #bdeecf

#eebddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebddc Color CSS Codes

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

#eebddc Text Font Color

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

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


#eebddc Background Color

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

This div background color is #eebddc


#eebddc Border Color

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

This div border color is #eebddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebddc


Comments

No comments written yet.

Please login to write comment.