Color Hex Logo

#aea558 Color Hex

#AEA558
(174,165,88)
0 Favorites   0 Comments

Color spaces of #aea558

RGB 17416588
HSL0.150.350.51
HSV54°49°68°
CMYK 0.000.050.49   0.32
XYZ32.672136.613514.5776
Yxy36.61350.38960.4366
Hunter Lab60.5091-9.509228.0725
CIE-Lab66.9860-7.444740.7645

#aea558 color RGB value is (174,165,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 01011000
Octal 256 245 130
Decimal 174 165 88
Hex AE A5 58

RGB Percentages of Color #aea558

%40.75
%38.64
%20.61

CMYK Percentages of Color #aea558

%0
%5
%49
%32

Triadic Colors of #aea558

#aea558 #58aea5 #a558ae

Analogous Colors of #aea558

#aea558 #8cae58 #ae7a58

Monochromatic Colors of #aea558

#aea558

Complementary Color

#aea558 #5861ae

#aea558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea558 Color CSS Codes

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

#aea558 Text Font Color

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

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


#aea558 Background Color

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

This div background color is #aea558


#aea558 Border Color

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

This div border color is #aea558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea558


Comments

No comments written yet.

Please login to write comment.