Color Hex Logo

#ecaa7e Color Hex

#ECAA7E
(236,170,126)
0 Favorites   0 Comments

Color spaces of #ecaa7e

RGB 236170126
HSL0.070.740.71
HSV24°47°93°
CMYK 0.000.280.47   0.07
XYZ52.732748.088726.2414
Yxy48.08870.41500.3785
Hunter Lab69.346014.381026.1061
CIE-Lab74.880819.122832.2285

#ecaa7e color RGB value is (236,170,126).

#ecaa7e hex color red value is 236, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ecaa7e hue: 0.07 , saturation: 0.74 and the lightness value of ecaa7e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 01111110
Octal 354 252 176
Decimal 236 170 126
Hex EC AA 7E

RGB Percentages of Color #ecaa7e

%44.36
%31.95
%23.68

CMYK Percentages of Color #ecaa7e

%0
%28
%47
%7

Triadic Colors of #ecaa7e

#ecaa7e #7eecaa #aa7eec

Analogous Colors of #ecaa7e

#ecaa7e #ece17e #ec7e89

Monochromatic Colors of #ecaa7e

#ecaa7e

Complementary Color

#ecaa7e #7ec0ec

#ecaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa7e Color CSS Codes

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

#ecaa7e Text Font Color

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

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


#ecaa7e Background Color

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

This div background color is #ecaa7e


#ecaa7e Border Color

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

This div border color is #ecaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa7e


Comments

No comments written yet.

Please login to write comment.