Color Hex Logo

#e0ac7f Color Hex

#E0AC7F
(224,172,127)
0 Favorites   0 Comments

Color spaces of #e0ac7f

RGB 224172127
HSL0.080.610.69
HSV28°43°88°
CMYK 0.000.230.43   0.12
XYZ49.323846.884626.5287
Yxy46.88460.40190.3820
Hunter Lab68.47238.755324.9595
CIE-Lab74.115913.368930.4570

#e0ac7f color RGB value is (224,172,127).

#e0ac7f hex color red value is 224, green value is 172 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e0ac7f hue: 0.08 , saturation: 0.61 and the lightness value of e0ac7f is 0.69.

The process color (four color CMYK) of #e0ac7f color hex is 0.00, 0.23, 0.43, 0.12. Web safe color of #e0ac7f is #cc9966. Color #e0ac7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101100 01111111
Octal 340 254 177
Decimal 224 172 127
Hex E0 AC 7F

RGB Percentages of Color #e0ac7f

%42.83
%32.89
%24.28

CMYK Percentages of Color #e0ac7f

%0
%23
%43
%12

Triadic Colors of #e0ac7f

#e0ac7f #7fe0ac #ac7fe0

Analogous Colors of #e0ac7f

#e0ac7f #e0dd7f #e07f83

Monochromatic Colors of #e0ac7f

#e0ac7f

Complementary Color

#e0ac7f #7fb3e0

#e0ac7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ac7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ac7f Color CSS Codes

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

#e0ac7f Text Font Color

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

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


#e0ac7f Background Color

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

This div background color is #e0ac7f


#e0ac7f Border Color

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

This div border color is #e0ac7f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,172,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 #e0ac7f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ac7f


Comments

No comments written yet.

Please login to write comment.