Color Hex Logo

#eebbdc Color Hex

#EEBBDC
(238,187,220)
0 Favorites   0 Comments

Color spaces of #eebbdc

RGB 238187220
HSL0.890.600.83
HSV321°21°93°
CMYK 0.000.210.08   0.07
XYZ65.948558.885175.6002
Yxy58.88510.32900.2938
Hunter Lab76.736619.1162-4.6963
CIE-Lab81.228423.5604-9.4644

#eebbdc color RGB value is (238,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 11011100
Octal 356 273 334
Decimal 238 187 220
Hex EE BB DC

RGB Percentages of Color #eebbdc

%36.90
%28.99
%34.11

CMYK Percentages of Color #eebbdc

%0
%21
%8
%7

Triadic Colors of #eebbdc

#eebbdc #dceebb #bbdcee

Analogous Colors of #eebbdc

#eebbdc #eebbc3 #e7bbee

Monochromatic Colors of #eebbdc

#eebbdc

Complementary Color

#eebbdc #bbeecd

#eebbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbdc Color CSS Codes

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

#eebbdc Text Font Color

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

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


#eebbdc Background Color

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

This div background color is #eebbdc


#eebbdc Border Color

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

This div border color is #eebbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbdc


Comments

No comments written yet.

Please login to write comment.