Color Hex Logo

#aeab54 Color Hex

#AEAB54
(174,171,84)
0 Favorites   0 Comments

Color spaces of #aeab54

RGB 17417184
HSL0.160.360.51
HSV58°52°68°
CMYK 0.000.020.52   0.32
XYZ33.618738.764614.0979
Yxy38.76460.38870.4482
Hunter Lab62.2612-12.573930.1577
CIE-Lab68.5804-10.966444.6483

#aeab54 color RGB value is (174,171,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01010100
Octal 256 253 124
Decimal 174 171 84
Hex AE AB 54

RGB Percentages of Color #aeab54

%40.56
%39.86
%19.58

CMYK Percentages of Color #aeab54

%0
%2
%52
%32

Triadic Colors of #aeab54

#aeab54 #54aeab #ab54ae

Analogous Colors of #aeab54

#aeab54 #84ae54 #ae7e54

Monochromatic Colors of #aeab54

#aeab54

Complementary Color

#aeab54 #5457ae

#aeab54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab54 Color CSS Codes

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

#aeab54 Text Font Color

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

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


#aeab54 Background Color

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

This div background color is #aeab54


#aeab54 Border Color

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

This div border color is #aeab54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab54


Comments

No comments written yet.

Please login to write comment.