Color Hex Logo

#e1af6c Color Hex

#E1AF6C
(225,175,108)
0 Favorites   0 Comments

Color spaces of #e1af6c

RGB 225175108
HSL0.100.660.65
HSV34°52°88°
CMYK 0.000.220.52   0.12
XYZ49.088147.750220.8168
Yxy47.75020.41720.4058
Hunter Lab69.10155.874630.5100
CIE-Lab74.667110.352041.1061

#e1af6c color RGB value is (225,175,108).

#e1af6c hex color red value is 225, green value is 175 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #e1af6c hue: 0.10 , saturation: 0.66 and the lightness value of e1af6c is 0.65.

The process color (four color CMYK) of #e1af6c color hex is 0.00, 0.22, 0.52, 0.12. Web safe color of #e1af6c is #cc9966. Color #e1af6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101111 01101100
Octal 341 257 154
Decimal 225 175 108
Hex E1 AF 6C

RGB Percentages of Color #e1af6c

%44.29
%34.45
%21.26

CMYK Percentages of Color #e1af6c

%0
%22
%52
%12

Triadic Colors of #e1af6c

#e1af6c #6ce1af #af6ce1

Analogous Colors of #e1af6c

#e1af6c #d9e16c #e1756c

Monochromatic Colors of #e1af6c

#e1af6c

Complementary Color

#e1af6c #6c9ee1

#e1af6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1af6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1af6c Color CSS Codes

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

#e1af6c Text Font Color

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

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


#e1af6c Background Color

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

This div background color is #e1af6c


#e1af6c Border Color

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

This div border color is #e1af6c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,175,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1af6c


Comments

No comments written yet.

Please login to write comment.