Color Hex Logo

#ecaadc Color Hex

#ECAADC
(236,170,220)
0 Favorites   0 Comments

Color spaces of #ecaadc

RGB 236170220
HSL0.870.630.80
HSV315°28°93°
CMYK 0.000.280.07   0.07
XYZ61.885151.749674.4371
Yxy51.74960.32910.2752
Hunter Lab71.937227.6673-10.9944
CIE-Lab77.130931.9376-15.6162

#ecaadc color RGB value is (236,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 11011100
Octal 354 252 334
Decimal 236 170 220
Hex EC AA DC

RGB Percentages of Color #ecaadc

%37.70
%27.16
%35.14

CMYK Percentages of Color #ecaadc

%0
%28
%7
%7

Triadic Colors of #ecaadc

#ecaadc #dcecaa #aadcec

Analogous Colors of #ecaadc

#ecaadc #ecaabb #dbaaec

Monochromatic Colors of #ecaadc

#ecaadc

Complementary Color

#ecaadc #aaecba

#ecaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaadc Color CSS Codes

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

#ecaadc Text Font Color

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

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


#ecaadc Background Color

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

This div background color is #ecaadc


#ecaadc Border Color

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

This div border color is #ecaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaadc


Comments

No comments written yet.

Please login to write comment.