Color Hex Logo

#ecaa93 Color Hex

#ECAA93
(236,170,147)
0 Favorites   0 Comments

Color spaces of #ecaa93

RGB 236170147
HSL0.040.700.75
HSV16°38°93°
CMYK 0.000.280.38   0.07
XYZ54.233348.688934.1433
Yxy48.68890.39570.3552
Hunter Lab69.777416.625519.8326
CIE-Lab75.257421.360521.4636

#ecaa93 color RGB value is (236,170,147).

#ecaa93 hex color red value is 236, green value is 170 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ecaa93 hue: 0.04 , saturation: 0.70 and the lightness value of ecaa93 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 10010011
Octal 354 252 223
Decimal 236 170 147
Hex EC AA 93

RGB Percentages of Color #ecaa93

%42.68
%30.74
%26.58

CMYK Percentages of Color #ecaa93

%0
%28
%38
%7

Triadic Colors of #ecaa93

#ecaa93 #93ecaa #aa93ec

Analogous Colors of #ecaa93

#ecaa93 #ecd793 #ec93a9

Monochromatic Colors of #ecaa93

#ecaa93

Complementary Color

#ecaa93 #93d5ec

#ecaa93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa93 Color CSS Codes

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

#ecaa93 Text Font Color

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

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


#ecaa93 Background Color

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

This div background color is #ecaa93


#ecaa93 Border Color

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

This div border color is #ecaa93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa93


Comments

No comments written yet.

Please login to write comment.