Color Hex Logo

#ecccda Color Hex

#ECCCDA
(236,204,218)
0 Favorites   0 Comments

Color spaces of #ecccda

RGB 236204218
HSL0.930.460.86
HSV334°14°93°
CMYK 0.000.140.08   0.07
XYZ68.839866.080675.4562
Yxy66.08060.32720.3141
Hunter Lab81.29008.90391.8679
CIE-Lab85.037513.5184-2.7845

#ecccda color RGB value is (236,204,218).

#ecccda hex color red value is 236, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ecccda hue: 0.93 , saturation: 0.46 and the lightness value of ecccda is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 11011010
Octal 354 314 332
Decimal 236 204 218
Hex EC CC DA

RGB Percentages of Color #ecccda

%35.87
%31.00
%33.13

CMYK Percentages of Color #ecccda

%0
%14
%8
%7

Triadic Colors of #ecccda

#ecccda #daeccc #ccdaec

Analogous Colors of #ecccda

#ecccda #eccecc #ecccea

Monochromatic Colors of #ecccda

#ecccda

Complementary Color

#ecccda #ccecde

#ecccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccda Color CSS Codes

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

#ecccda Text Font Color

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

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


#ecccda Background Color

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

This div background color is #ecccda


#ecccda Border Color

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

This div border color is #ecccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccda


Comments

No comments written yet.

Please login to write comment.