Color Hex Logo

#eccddf Color Hex

#ECCDDF
(236,205,223)
0 Favorites   0 Comments

Color spaces of #eccddf

RGB 236205223
HSL0.900.450.86
HSV325°13°93°
CMYK 0.000.130.06   0.07
XYZ69.742766.823279.0344
Yxy66.82320.32350.3099
Hunter Lab81.74559.2361-0.1018
CIE-Lab85.414613.8477-4.8889

#eccddf color RGB value is (236,205,223).

#eccddf hex color red value is 236, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eccddf hue: 0.90 , saturation: 0.45 and the lightness value of eccddf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 11011111
Octal 354 315 337
Decimal 236 205 223
Hex EC CD DF

RGB Percentages of Color #eccddf

%35.54
%30.87
%33.58

CMYK Percentages of Color #eccddf

%0
%13
%6
%7

Triadic Colors of #eccddf

#eccddf #dfeccd #cddfec

Analogous Colors of #eccddf

#eccddf #eccdd0 #eacdec

Monochromatic Colors of #eccddf

#eccddf

Complementary Color

#eccddf #cdecda

#eccddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccddf Color CSS Codes

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

#eccddf Text Font Color

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

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


#eccddf Background Color

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

This div background color is #eccddf


#eccddf Border Color

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

This div border color is #eccddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccddf


Comments

No comments written yet.

Please login to write comment.