Color Hex Logo

#eca4aa Color Hex

#ECA4AA
(236,164,170)
0 Favorites   0 Comments

Color spaces of #eca4aa

RGB 236164170
HSL0.990.650.78
HSV355°31°93°
CMYK 0.000.310.28   0.07
XYZ55.123247.286144.2520
Yxy47.28610.37590.3224
Hunter Lab68.764922.75039.9808
CIE-Lab74.372427.43117.6693

#eca4aa color RGB value is (236,164,170).

#eca4aa hex color red value is 236, green value is 164 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eca4aa hue: 0.99 , saturation: 0.65 and the lightness value of eca4aa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 10101010
Octal 354 244 252
Decimal 236 164 170
Hex EC A4 AA

RGB Percentages of Color #eca4aa

%41.40
%28.77
%29.82

CMYK Percentages of Color #eca4aa

%0
%31
%28
%7

Triadic Colors of #eca4aa

#eca4aa #aaeca4 #a4aaec

Analogous Colors of #eca4aa

#eca4aa #ecc2a4 #eca4ce

Monochromatic Colors of #eca4aa

#eca4aa

Complementary Color

#eca4aa #a4ece6

#eca4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca4aa Color CSS Codes

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

#eca4aa Text Font Color

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

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


#eca4aa Background Color

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

This div background color is #eca4aa


#eca4aa Border Color

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

This div border color is #eca4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca4aa


Comments

No comments written yet.

Please login to write comment.