Color Hex Logo

#ecaadf Color Hex

#ECAADF
(236,170,223)
0 Favorites   0 Comments

Color spaces of #ecaadf

RGB 236170223
HSL0.870.630.80
HSV312°28°93°
CMYK 0.000.280.06   0.07
XYZ62.286151.910076.5488
Yxy51.91000.32650.2721
Hunter Lab72.048628.2284-12.5593
CIE-Lab77.227032.4573-17.1011

#ecaadf color RGB value is (236,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 11011111
Octal 354 252 337
Decimal 236 170 223
Hex EC AA DF

RGB Percentages of Color #ecaadf

%37.52
%27.03
%35.45

CMYK Percentages of Color #ecaadf

%0
%28
%6
%7

Triadic Colors of #ecaadf

#ecaadf #dfecaa #aadfec

Analogous Colors of #ecaadf

#ecaadf #ecaabe #d8aaec

Monochromatic Colors of #ecaadf

#ecaadf

Complementary Color

#ecaadf #aaecb7

#ecaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaadf Color CSS Codes

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

#ecaadf Text Font Color

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

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


#ecaadf Background Color

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

This div background color is #ecaadf


#ecaadf Border Color

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

This div border color is #ecaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaadf


Comments

No comments written yet.

Please login to write comment.