Color Hex Logo

#ecaad0 Color Hex

#ECAAD0
(236,170,208)
0 Favorites   0 Comments

Color spaces of #ecaad0

RGB 236170208
HSL0.900.630.80
HSV325°28°93°
CMYK 0.000.280.12   0.07
XYZ60.352051.136466.3639
Yxy51.13640.33930.2875
Hunter Lab71.509725.5065-4.9667
CIE-Lab76.761629.9208-9.6382

#ecaad0 color RGB value is (236,170,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 11010000
Octal 354 252 320
Decimal 236 170 208
Hex EC AA D0

RGB Percentages of Color #ecaad0

%38.44
%27.69
%33.88

CMYK Percentages of Color #ecaad0

%0
%28
%12
%7

Triadic Colors of #ecaad0

#ecaad0 #d0ecaa #aad0ec

Analogous Colors of #ecaad0

#ecaad0 #ecaaaf #e7aaec

Monochromatic Colors of #ecaad0

#ecaad0

Complementary Color

#ecaad0 #aaecc6

#ecaad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaad0 Color CSS Codes

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

#ecaad0 Text Font Color

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

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


#ecaad0 Background Color

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

This div background color is #ecaad0


#ecaad0 Border Color

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

This div border color is #ecaad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaad0


Comments

No comments written yet.

Please login to write comment.