Color Hex Logo

#ecaa7f Color Hex

#ECAA7F
(236,170,127)
0 Favorites   0 Comments

Color spaces of #ecaa7f

RGB 236170127
HSL0.070.740.71
HSV24°46°93°
CMYK 0.000.280.46   0.07
XYZ52.797648.114626.5830
Yxy48.11460.41410.3774
Hunter Lab69.364714.478825.8333
CIE-Lab74.897219.221031.7189

#ecaa7f color RGB value is (236,170,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 01111111
Octal 354 252 177
Decimal 236 170 127
Hex EC AA 7F

RGB Percentages of Color #ecaa7f

%44.28
%31.89
%23.83

CMYK Percentages of Color #ecaa7f

%0
%28
%46
%7

Triadic Colors of #ecaa7f

#ecaa7f #7fecaa #aa7fec

Analogous Colors of #ecaa7f

#ecaa7f #ece17f #ec7f8b

Monochromatic Colors of #ecaa7f

#ecaa7f

Complementary Color

#ecaa7f #7fc1ec

#ecaa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa7f Color CSS Codes

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

#ecaa7f Text Font Color

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

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


#ecaa7f Background Color

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

This div background color is #ecaa7f


#ecaa7f Border Color

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

This div border color is #ecaa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa7f


Comments

No comments written yet.

Please login to write comment.