Color Hex Logo

#aeab58 Color Hex

#AEAB58
(174,171,88)
0 Favorites   0 Comments

Color spaces of #aeab58

RGB 17417188
HSL0.160.350.51
HSV58°49°68°
CMYK 0.000.020.49   0.32
XYZ33.779938.829114.9469
Yxy38.82910.38580.4435
Hunter Lab62.3130-12.282829.3973
CIE-Lab68.6273-10.604342.7375

#aeab58 color RGB value is (174,171,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01011000
Octal 256 253 130
Decimal 174 171 88
Hex AE AB 58

RGB Percentages of Color #aeab58

%40.18
%39.49
%20.32

CMYK Percentages of Color #aeab58

%0
%2
%49
%32

Triadic Colors of #aeab58

#aeab58 #58aeab #ab58ae

Analogous Colors of #aeab58

#aeab58 #86ae58 #ae8058

Monochromatic Colors of #aeab58

#aeab58

Complementary Color

#aeab58 #585bae

#aeab58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab58 Color CSS Codes

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

#aeab58 Text Font Color

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

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


#aeab58 Background Color

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

This div background color is #aeab58


#aeab58 Border Color

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

This div border color is #aeab58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab58


Comments

No comments written yet.

Please login to write comment.