Color Hex Logo

#eeccd3 Color Hex

#EECCD3
(238,204,211)
0 Favorites   0 Comments

Color spaces of #eeccd3

RGB 238204211
HSL0.970.500.87
HSV348°14°93°
CMYK 0.000.140.11   0.07
XYZ68.610666.066070.7639
Yxy66.06600.33400.3216
Hunter Lab81.28108.43305.2783
CIE-Lab85.030113.05150.9502

#eeccd3 color RGB value is (238,204,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 11010011
Octal 356 314 323
Decimal 238 204 211
Hex EE CC D3

RGB Percentages of Color #eeccd3

%36.45
%31.24
%32.31

CMYK Percentages of Color #eeccd3

%0
%14
%11
%7

Triadic Colors of #eeccd3

#eeccd3 #d3eecc #ccd3ee

Analogous Colors of #eeccd3

#eeccd3 #eed6cc #eecce4

Monochromatic Colors of #eeccd3

#eeccd3

Complementary Color

#eeccd3 #cceee7

#eeccd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeccd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeccd3 Color CSS Codes

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

#eeccd3 Text Font Color

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

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


#eeccd3 Background Color

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

This div background color is #eeccd3


#eeccd3 Border Color

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

This div border color is #eeccd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeccd3

#eeccd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.