Color Hex Logo

#eca6ab Color Hex

#ECA6AB
(236,166,171)
0 Favorites   0 Comments

Color spaces of #eca6ab

RGB 236166171
HSL0.990.650.79
HSV356°30°93°
CMYK 0.000.300.28   0.07
XYZ55.579048.045644.8725
Yxy48.04560.37430.3235
Hunter Lab69.314921.826110.1378
CIE-Lab74.853726.50277.8099

#eca6ab color RGB value is (236,166,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 10101011
Octal 354 246 253
Decimal 236 166 171
Hex EC A6 AB

RGB Percentages of Color #eca6ab

%41.19
%28.97
%29.84

CMYK Percentages of Color #eca6ab

%0
%30
%28
%7

Triadic Colors of #eca6ab

#eca6ab #abeca6 #a6abec

Analogous Colors of #eca6ab

#eca6ab #ecc4a6 #eca6ce

Monochromatic Colors of #eca6ab

#eca6ab

Complementary Color

#eca6ab #a6ece7

#eca6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca6ab Color CSS Codes

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

#eca6ab Text Font Color

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

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


#eca6ab Background Color

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

This div background color is #eca6ab


#eca6ab Border Color

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

This div border color is #eca6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca6ab


Comments

No comments written yet.

Please login to write comment.