Color Hex Logo

#eca9aa Color Hex

#ECA9AA
(236,169,170)
0 Favorites   0 Comments

Color spaces of #eca9aa

RGB 236169170
HSL1.000.640.79
HSV359°28°93°
CMYK 0.000.280.28   0.07
XYZ56.035749.111144.5562
Yxy49.11110.37430.3281
Hunter Lab70.079320.090511.3591
CIE-Lab75.520424.77119.3099

#eca9aa color RGB value is (236,169,170).

#eca9aa hex color red value is 236, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eca9aa hue: 1.00 , saturation: 0.64 and the lightness value of eca9aa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 10101010
Octal 354 251 252
Decimal 236 169 170
Hex EC A9 AA

RGB Percentages of Color #eca9aa

%41.04
%29.39
%29.57

CMYK Percentages of Color #eca9aa

%0
%28
%28
%7

Triadic Colors of #eca9aa

#eca9aa #aaeca9 #a9aaec

Analogous Colors of #eca9aa

#eca9aa #eccaa9 #eca9cc

Monochromatic Colors of #eca9aa

#eca9aa

Complementary Color

#eca9aa #a9eceb

#eca9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca9aa Color CSS Codes

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

#eca9aa Text Font Color

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

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


#eca9aa Background Color

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

This div background color is #eca9aa


#eca9aa Border Color

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

This div border color is #eca9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca9aa


Comments

No comments written yet.

Please login to write comment.