Color Hex Logo

#ecaadd Color Hex

#ECAADD
(236,170,221)
0 Favorites   0 Comments

Color spaces of #ecaadd

RGB 236170221
HSL0.870.630.80
HSV314°28°93°
CMYK 0.000.280.06   0.07
XYZ62.017951.802875.1368
Yxy51.80280.32820.2742
Hunter Lab71.974227.8531-11.5134
CIE-Lab77.162832.1098-16.1116

#ecaadd color RGB value is (236,170,221).

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

The process color (four color CMYK) of #ecaadd color hex is 0.00, 0.28, 0.06, 0.07. Web safe color of #ecaadd is #ff99cc. Color #ecaadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 11011101
Octal 354 252 335
Decimal 236 170 221
Hex EC AA DD

RGB Percentages of Color #ecaadd

%37.64
%27.11
%35.25

CMYK Percentages of Color #ecaadd

%0
%28
%6
%7

Triadic Colors of #ecaadd

#ecaadd #ddecaa #aaddec

Analogous Colors of #ecaadd

#ecaadd #ecaabc #daaaec

Monochromatic Colors of #ecaadd

#ecaadd

Complementary Color

#ecaadd #aaecb9

#ecaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaadd Color CSS Codes

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

#ecaadd Text Font Color

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

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


#ecaadd Background Color

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

This div background color is #ecaadd


#ecaadd Border Color

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

This div border color is #ecaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaadd


Comments

No comments written yet.

Please login to write comment.