Color Hex Logo

#ae8452 Color Hex

#AE8452
(174,132,82)
0 Favorites   0 Comments

Color spaces of #ae8452

RGB 17413282
HSL0.090.360.50
HSV33°53°68°
CMYK 0.000.240.53   0.32
XYZ27.229826.110411.5873
Yxy26.11040.41940.4021
Hunter Lab51.09835.698822.3240
CIE-Lab58.141710.037533.0533

#ae8452 color RGB value is (174,132,82).

#ae8452 hex color red value is 174, green value is 132 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ae8452 hue: 0.09 , saturation: 0.36 and the lightness value of ae8452 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01010010
Octal 256 204 122
Decimal 174 132 82
Hex AE 84 52

RGB Percentages of Color #ae8452

%44.85
%34.02
%21.13

CMYK Percentages of Color #ae8452

%0
%24
%53
%32

Triadic Colors of #ae8452

#ae8452 #52ae84 #8452ae

Analogous Colors of #ae8452

#ae8452 #aaae52 #ae5652

Monochromatic Colors of #ae8452

#ae8452

Complementary Color

#ae8452 #527cae

#ae8452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8452 Color CSS Codes

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

#ae8452 Text Font Color

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

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


#ae8452 Background Color

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

This div background color is #ae8452


#ae8452 Border Color

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

This div border color is #ae8452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8452

#ae8452 Color Palettes


Comments

No comments written yet.

Please login to write comment.