Color Hex Logo

#eecedd Color Hex

#EECEDD
(238,206,221)
0 Favorites   0 Comments

Color spaces of #eecedd

RGB 238206221
HSL0.920.480.87
HSV332°13°93°
CMYK 0.000.130.07   0.07
XYZ70.382367.540277.7336
Yxy67.54020.32640.3132
Hunter Lab82.18289.04941.4479
CIE-Lab85.776013.6642-3.2742

#eecedd color RGB value is (238,206,221).

#eecedd hex color red value is 238, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eecedd hue: 0.92 , saturation: 0.48 and the lightness value of eecedd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001110 11011101
Octal 356 316 335
Decimal 238 206 221
Hex EE CE DD

RGB Percentages of Color #eecedd

%35.79
%30.98
%33.23

CMYK Percentages of Color #eecedd

%0
%13
%7
%7

Triadic Colors of #eecedd

#eecedd #ddeece #ceddee

Analogous Colors of #eecedd

#eecedd #eecfce #eeceed

Monochromatic Colors of #eecedd

#eecedd

Complementary Color

#eecedd #ceeedf

#eecedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecedd Color CSS Codes

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

#eecedd Text Font Color

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

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


#eecedd Background Color

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

This div background color is #eecedd


#eecedd Border Color

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

This div border color is #eecedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecedd


Comments

No comments written yet.

Please login to write comment.