Color Hex Logo

#eebdee Color Hex

#EEBDEE
(238,189,238)
0 Favorites   0 Comments

Color spaces of #eebdee

RGB 238189238
HSL0.830.590.84
HSV300°21°93°
CMYK 0.000.210.00   0.07
XYZ68.890160.745488.9830
Yxy60.74540.31510.2779
Hunter Lab77.939321.3812-13.1336
CIE-Lab82.241725.6787-17.6052

#eebdee color RGB value is (238,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11101110
Octal 356 275 356
Decimal 238 189 238
Hex EE BD EE

RGB Percentages of Color #eebdee

%35.79
%28.42
%35.79

CMYK Percentages of Color #eebdee

%0
%21
%0
%7

Triadic Colors of #eebdee

#eebdee #eeeebd #bdeeee

Analogous Colors of #eebdee

#eebdee #eebdd6 #d6bdee

Monochromatic Colors of #eebdee

#eebdee

Complementary Color

#eebdee #bdeebd

#eebdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdee Color CSS Codes

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

#eebdee Text Font Color

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

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


#eebdee Background Color

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

This div background color is #eebdee


#eebdee Border Color

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

This div border color is #eebdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdee


Comments

No comments written yet.

Please login to write comment.