Color Hex Logo

#ae8458 Color Hex

#AE8458
(174,132,88)
0 Favorites   0 Comments

Color spaces of #ae8458

RGB 17413288
HSL0.090.350.51
HSV31°49°68°
CMYK 0.000.240.49   0.32
XYZ27.468326.205812.8430
Yxy26.20580.41300.3940
Hunter Lab51.19166.193920.9594
CIE-Lab58.231910.608329.9019

#ae8458 color RGB value is (174,132,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01011000
Octal 256 204 130
Decimal 174 132 88
Hex AE 84 58

RGB Percentages of Color #ae8458

%44.16
%33.50
%22.34

CMYK Percentages of Color #ae8458

%0
%24
%49
%32

Triadic Colors of #ae8458

#ae8458 #58ae84 #8458ae

Analogous Colors of #ae8458

#ae8458 #adae58 #ae5958

Monochromatic Colors of #ae8458

#ae8458

Complementary Color

#ae8458 #5882ae

#ae8458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8458 Color CSS Codes

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

#ae8458 Text Font Color

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

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


#ae8458 Background Color

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

This div background color is #ae8458


#ae8458 Border Color

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

This div border color is #ae8458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8458


Comments

No comments written yet.

Please login to write comment.