Color Hex Logo

#eccdca Color Hex

#ECCDCA
(236,205,202)
0 Favorites   0 Comments

Color spaces of #eccdca

RGB 236205202
HSL0.010.470.86
HSV14°93°
CMYK 0.000.130.14   0.07
XYZ67.084165.759865.0343
Yxy65.75980.33900.3323
Hunter Lab81.09245.75339.2154
CIE-Lab84.873710.37405.4884

#eccdca color RGB value is (236,205,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 11001010
Octal 354 315 312
Decimal 236 205 202
Hex EC CD CA

RGB Percentages of Color #eccdca

%36.70
%31.88
%31.42

CMYK Percentages of Color #eccdca

%0
%13
%14
%7

Triadic Colors of #eccdca

#eccdca #caeccd #cdcaec

Analogous Colors of #eccdca

#eccdca #ecdeca #eccad8

Monochromatic Colors of #eccdca

#eccdca

Complementary Color

#eccdca #cae9ec

#eccdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccdca Color CSS Codes

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

#eccdca Text Font Color

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

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


#eccdca Background Color

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

This div background color is #eccdca


#eccdca Border Color

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

This div border color is #eccdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccdca


Comments

No comments written yet.

Please login to write comment.