Color Hex Logo

#eecdee Color Hex

#EECDEE
(238,205,238)
0 Favorites   0 Comments

Color spaces of #eecdee

RGB 238205238
HSL0.830.490.87
HSV300°14°93°
CMYK 0.000.140.00   0.07
XYZ72.523868.012890.1943
Yxy68.01280.31430.2948
Hunter Lab82.469912.6502-7.1144
CIE-Lab86.012817.1855-11.9478

#eecdee color RGB value is (238,205,238).

#eecdee hex color red value is 238, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eecdee hue: 0.83 , saturation: 0.49 and the lightness value of eecdee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 11101110
Octal 356 315 356
Decimal 238 205 238
Hex EE CD EE

RGB Percentages of Color #eecdee

%34.95
%30.10
%34.95

CMYK Percentages of Color #eecdee

%0
%14
%0
%7

Triadic Colors of #eecdee

#eecdee #eeeecd #cdeeee

Analogous Colors of #eecdee

#eecdee #eecdde #decdee

Monochromatic Colors of #eecdee

#eecdee

Complementary Color

#eecdee #cdeecd

#eecdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecdee Color CSS Codes

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

#eecdee Text Font Color

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

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


#eecdee Background Color

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

This div background color is #eecdee


#eecdee Border Color

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

This div border color is #eecdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecdee


Comments

No comments written yet.

Please login to write comment.