Color Hex Logo

#e1ac7f Color Hex

#E1AC7F
(225,172,127)
0 Favorites   0 Comments

Color spaces of #e1ac7f

RGB 225172127
HSL0.080.620.69
HSV28°44°88°
CMYK 0.000.240.44   0.12
XYZ49.634647.044926.5432
Yxy47.04490.40280.3818
Hunter Lab68.58939.140225.0680
CIE-Lab74.218513.768930.6111

#e1ac7f color RGB value is (225,172,127).

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

The process color (four color CMYK) of #e1ac7f color hex is 0.00, 0.24, 0.44, 0.12. Web safe color of #e1ac7f is #cc9966. Color #e1ac7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 01111111
Octal 341 254 177
Decimal 225 172 127
Hex E1 AC 7F

RGB Percentages of Color #e1ac7f

%42.94
%32.82
%24.24

CMYK Percentages of Color #e1ac7f

%0
%24
%44
%12

Triadic Colors of #e1ac7f

#e1ac7f #7fe1ac #ac7fe1

Analogous Colors of #e1ac7f

#e1ac7f #e1dd7f #e17f83

Monochromatic Colors of #e1ac7f

#e1ac7f

Complementary Color

#e1ac7f #7fb4e1

#e1ac7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ac7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ac7f Color CSS Codes

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

#e1ac7f Text Font Color

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

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


#e1ac7f Background Color

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

This div background color is #e1ac7f


#e1ac7f Border Color

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

This div border color is #e1ac7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ac7f


Comments

No comments written yet.

Please login to write comment.