Color Hex Logo

#eebcdd Color Hex

#EEBCDD
(238,188,221)
0 Favorites   0 Comments

Color spaces of #eebcdd

RGB 238188221
HSL0.890.600.84
HSV320°21°93°
CMYK 0.000.210.07   0.07
XYZ66.294359.364076.3709
Yxy59.36400.32810.2938
Hunter Lab77.048018.7524-4.8353
CIE-Lab81.491323.1997-9.6110

#eebcdd color RGB value is (238,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 11011101
Octal 356 274 335
Decimal 238 188 221
Hex EE BC DD

RGB Percentages of Color #eebcdd

%36.79
%29.06
%34.16

CMYK Percentages of Color #eebcdd

%0
%21
%7
%7

Triadic Colors of #eebcdd

#eebcdd #ddeebc #bcddee

Analogous Colors of #eebcdd

#eebcdd #eebcc4 #e6bcee

Monochromatic Colors of #eebcdd

#eebcdd

Complementary Color

#eebcdd #bceecd

#eebcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcdd Color CSS Codes

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

#eebcdd Text Font Color

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

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


#eebcdd Background Color

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

This div background color is #eebcdd


#eebcdd Border Color

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

This div border color is #eebcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcdd


Comments

No comments written yet.

Please login to write comment.