Color Hex Logo

#aeab16 Color Hex

#AEAB16
(174,171,22)
0 Favorites   0 Comments

Color spaces of #aeab16

RGB 17417122
HSL0.160.780.38
HSV59°87°68°
CMYK 0.000.020.87   0.32
XYZ32.163338.18246.4338
Yxy38.18240.41890.4973
Hunter Lab61.7919-15.224837.0810
CIE-Lab68.1548-14.310267.1954

#aeab16 color RGB value is (174,171,22).

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

The process color (four color CMYK) of #aeab16 color hex is 0.00, 0.02, 0.87, 0.32. Web safe color of #aeab16 is #999900. Color #aeab16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00010110
Octal 256 253 26
Decimal 174 171 22
Hex AE AB 16

RGB Percentages of Color #aeab16

%47.41
%46.59
%5.99

CMYK Percentages of Color #aeab16

%0
%2
%87
%32

Triadic Colors of #aeab16

#aeab16 #16aeab #ab16ae

Analogous Colors of #aeab16

#aeab16 #65ae16 #ae5f16

Monochromatic Colors of #aeab16

#aeab16

Complementary Color

#aeab16 #1619ae

#aeab16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab16 Color CSS Codes

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

#aeab16 Text Font Color

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

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


#aeab16 Background Color

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

This div background color is #aeab16


#aeab16 Border Color

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

This div border color is #aeab16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab16


Comments

No comments written yet.

Please login to write comment.