Color Hex Logo

#eccfdd Color Hex

#ECCFDD
(236,207,221)
0 Favorites   0 Comments

Color spaces of #eccfdd

RGB 236207221
HSL0.920.430.87
HSV331°12°93°
CMYK 0.000.120.06   0.07
XYZ69.956067.679077.7829
Yxy67.67900.32470.3142
Hunter Lab82.26727.81991.5289
CIE-Lab85.845712.4488-3.1918

#eccfdd color RGB value is (236,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001111 11011101
Octal 354 317 335
Decimal 236 207 221
Hex EC CF DD

RGB Percentages of Color #eccfdd

%35.54
%31.17
%33.28

CMYK Percentages of Color #eccfdd

%0
%12
%6
%7

Triadic Colors of #eccfdd

#eccfdd #ddeccf #cfddec

Analogous Colors of #eccfdd

#eccfdd #ecd0cf #eccfec

Monochromatic Colors of #eccfdd

#eccfdd

Complementary Color

#eccfdd #cfecde

#eccfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccfdd Color CSS Codes

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

#eccfdd Text Font Color

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

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


#eccfdd Background Color

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

This div background color is #eccfdd


#eccfdd Border Color

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

This div border color is #eccfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccfdd


Comments

No comments written yet.

Please login to write comment.