Color Hex Logo

#ae8478 Color Hex

#AE8478
(174,132,120)
0 Favorites   0 Comments

Color spaces of #ae8478

RGB 174132120
HSL0.040.250.58
HSV13°31°68°
CMYK 0.000.240.31   0.32
XYZ29.097026.857321.4197
Yxy26.85730.37610.3471
Hunter Lab51.82409.528111.7713
CIE-Lab58.842014.387112.7197

#ae8478 color RGB value is (174,132,120).

#ae8478 hex color red value is 174, green value is 132 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ae8478 hue: 0.04 , saturation: 0.25 and the lightness value of ae8478 is 0.58.

The process color (four color CMYK) of #ae8478 color hex is 0.00, 0.24, 0.31, 0.32. Web safe color of #ae8478 is #999966. Color #ae8478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01111000
Octal 256 204 170
Decimal 174 132 120
Hex AE 84 78

RGB Percentages of Color #ae8478

%40.85
%30.99
%28.17

CMYK Percentages of Color #ae8478

%0
%24
%31
%32

Triadic Colors of #ae8478

#ae8478 #78ae84 #8478ae

Analogous Colors of #ae8478

#ae8478 #ae9f78 #ae7887

Monochromatic Colors of #ae8478

#ae8478

Complementary Color

#ae8478 #78a2ae

#ae8478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8478 Color CSS Codes

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

#ae8478 Text Font Color

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

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


#ae8478 Background Color

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

This div background color is #ae8478


#ae8478 Border Color

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

This div border color is #ae8478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,132,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae8478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae8478;
  -webkit-box-shadow: 1px 1px 3px 2px #ae8478;
  box-shadow:         1px 1px 3px 2px #ae8478; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,132,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8478


Comments

No comments written yet.

Please login to write comment.