Color Hex Logo

#ecaa9e Color Hex

#ECAA9E
(236,170,158)
0 Favorites   0 Comments

Color spaces of #ecaa9e

RGB 236170158
HSL0.030.670.77
HSV33°93°
CMYK 0.000.280.33   0.07
XYZ55.138449.050938.9094
Yxy49.05090.38530.3428
Hunter Lab70.036317.966316.0863
CIE-Lab75.483022.682415.8034

#ecaa9e color RGB value is (236,170,158).

#ecaa9e hex color red value is 236, green value is 170 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ecaa9e hue: 0.03 , saturation: 0.67 and the lightness value of ecaa9e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 10011110
Octal 354 252 236
Decimal 236 170 158
Hex EC AA 9E

RGB Percentages of Color #ecaa9e

%41.84
%30.14
%28.01

CMYK Percentages of Color #ecaa9e

%0
%28
%33
%7

Triadic Colors of #ecaa9e

#ecaa9e #9eecaa #aa9eec

Analogous Colors of #ecaa9e

#ecaa9e #ecd19e #ec9eb9

Monochromatic Colors of #ecaa9e

#ecaa9e

Complementary Color

#ecaa9e #9ee0ec

#ecaa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa9e Color CSS Codes

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

#ecaa9e Text Font Color

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

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


#ecaa9e Background Color

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

This div background color is #ecaa9e


#ecaa9e Border Color

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

This div border color is #ecaa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa9e


Comments

No comments written yet.

Please login to write comment.