Color Hex Logo

#ecaac6 Color Hex

#ECAAC6
(236,170,198)
0 Favorites   0 Comments

Color spaces of #ecaac6

RGB 236170198
HSL0.930.630.80
HSV335°28°93°
CMYK 0.000.280.16   0.07
XYZ59.159850.659560.0863
Yxy50.65950.34820.2982
Hunter Lab71.175523.8089-0.2297
CIE-Lab76.472328.3190-4.6121

#ecaac6 color RGB value is (236,170,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 11000110
Octal 354 252 306
Decimal 236 170 198
Hex EC AA C6

RGB Percentages of Color #ecaac6

%39.07
%28.15
%32.78

CMYK Percentages of Color #ecaac6

%0
%28
%16
%7

Triadic Colors of #ecaac6

#ecaac6 #c6ecaa #aac6ec

Analogous Colors of #ecaac6

#ecaac6 #ecafaa #ecaae7

Monochromatic Colors of #ecaac6

#ecaac6

Complementary Color

#ecaac6 #aaecd0

#ecaac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaac6 Color CSS Codes

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

#ecaac6 Text Font Color

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

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


#ecaac6 Background Color

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

This div background color is #ecaac6


#ecaac6 Border Color

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

This div border color is #ecaac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaac6


Comments

No comments written yet.

Please login to write comment.