Color Hex Logo

#eecde0 Color Hex

#EECDE0
(238,205,224)
0 Favorites   0 Comments

Color spaces of #eecde0

RGB 238205224
HSL0.900.490.87
HSV325°14°93°
CMYK 0.000.140.06   0.07
XYZ70.545867.221679.7779
Yxy67.22160.32430.3090
Hunter Lab81.988810.1068-0.2991
CIE-Lab85.615714.7051-5.1040

#eecde0 color RGB value is (238,205,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 11100000
Octal 356 315 340
Decimal 238 205 224
Hex EE CD E0

RGB Percentages of Color #eecde0

%35.68
%30.73
%33.58

CMYK Percentages of Color #eecde0

%0
%14
%6
%7

Triadic Colors of #eecde0

#eecde0 #e0eecd #cde0ee

Analogous Colors of #eecde0

#eecde0 #eecdd0 #eccdee

Monochromatic Colors of #eecde0

#eecde0

Complementary Color

#eecde0 #cdeedb

#eecde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecde0 Color CSS Codes

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

#eecde0 Text Font Color

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

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


#eecde0 Background Color

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

This div background color is #eecde0


#eecde0 Border Color

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

This div border color is #eecde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecde0


Comments

No comments written yet.

Please login to write comment.