Color Hex Logo

#eecced Color Hex

#EECCED
(238,204,237)
0 Favorites   0 Comments

Color spaces of #eecced

RGB 238204237
HSL0.840.500.87
HSV302°14°93°
CMYK 0.000.140.00   0.07
XYZ72.138867.477389.3431
Yxy67.47730.31510.2947
Hunter Lab82.144613.0045-6.9845
CIE-Lab85.744417.5326-11.8179

#eecced color RGB value is (238,204,237).

#eecced hex color red value is 238, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eecced hue: 0.84 , saturation: 0.50 and the lightness value of eecced is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 11101101
Octal 356 314 355
Decimal 238 204 237
Hex EE CC ED

RGB Percentages of Color #eecced

%35.05
%30.04
%34.90

CMYK Percentages of Color #eecced

%0
%14
%0
%7

Triadic Colors of #eecced

#eecced #edeecc #ccedee

Analogous Colors of #eecced

#eecced #eeccdc #deccee

Monochromatic Colors of #eecced

#eecced

Complementary Color

#eecced #cceecd

#eecced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecced Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecced Color CSS Codes

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

#eecced Text Font Color

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

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


#eecced Background Color

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

This div background color is #eecced


#eecced Border Color

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

This div border color is #eecced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecced


Comments

No comments written yet.

Please login to write comment.