Color Hex Logo

#ecac7c Color Hex

#ECAC7C
(236,172,124)
0 Favorites   0 Comments

Color spaces of #ecac7c

RGB 236172124
HSL0.070.750.71
HSV26°47°93°
CMYK 0.000.270.47   0.07
XYZ52.982748.793225.6943
Yxy48.79320.41560.3828
Hunter Lab69.852113.150727.0873
CIE-Lab75.322517.867433.8610

#ecac7c color RGB value is (236,172,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101100 01111100
Octal 354 254 174
Decimal 236 172 124
Hex EC AC 7C

RGB Percentages of Color #ecac7c

%44.36
%32.33
%23.31

CMYK Percentages of Color #ecac7c

%0
%27
%47
%7

Triadic Colors of #ecac7c

#ecac7c #7cecac #ac7cec

Analogous Colors of #ecac7c

#ecac7c #ece47c #ec7c84

Monochromatic Colors of #ecac7c

#ecac7c

Complementary Color

#ecac7c #7cbcec

#ecac7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecac7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecac7c Color CSS Codes

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

#ecac7c Text Font Color

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

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


#ecac7c Background Color

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

This div background color is #ecac7c


#ecac7c Border Color

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

This div border color is #ecac7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecac7c


Comments

No comments written yet.

Please login to write comment.