Color Hex Logo

#eebbdb Color Hex

#EEBBDB
(238,187,219)
1 Favorites   0 Comments

Color spaces of #eebbdb

RGB 238187219
HSL0.900.600.83
HSV322°21°93°
CMYK 0.000.210.08   0.07
XYZ65.816458.832374.9047
Yxy58.83230.32980.2948
Hunter Lab76.702218.9378-4.2090
CIE-Lab81.199323.3900-8.9698

#eebbdb color RGB value is (238,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 11011011
Octal 356 273 333
Decimal 238 187 219
Hex EE BB DB

RGB Percentages of Color #eebbdb

%36.96
%29.04
%34.01

CMYK Percentages of Color #eebbdb

%0
%21
%8
%7

Triadic Colors of #eebbdb

#eebbdb #dbeebb #bbdbee

Analogous Colors of #eebbdb

#eebbdb #eebbc2 #e8bbee

Monochromatic Colors of #eebbdb

#eebbdb

Complementary Color

#eebbdb #bbeece

#eebbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbdb Color CSS Codes

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

#eebbdb Text Font Color

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

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


#eebbdb Background Color

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

This div background color is #eebbdb


#eebbdb Border Color

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

This div border color is #eebbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbdb


Comments

No comments written yet.

Please login to write comment.