Color Hex Logo

#aeab20 Color Hex

#AEAB20
(174,171,32)
0 Favorites   0 Comments

Color spaces of #aeab20

RGB 17417132
HSL0.160.690.40
HSV59°82°68°
CMYK 0.000.020.82   0.32
XYZ32.279238.22887.0441
Yxy38.22880.41620.4929
Hunter Lab61.8294-15.012336.5258
CIE-Lab68.1889-14.039164.8651

#aeab20 color RGB value is (174,171,32).

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

The process color (four color CMYK) of #aeab20 color hex is 0.00, 0.02, 0.82, 0.32. Web safe color of #aeab20 is #999933. Color #aeab20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00100000
Octal 256 253 40
Decimal 174 171 32
Hex AE AB 20

RGB Percentages of Color #aeab20

%46.15
%45.36
%8.49

CMYK Percentages of Color #aeab20

%0
%2
%82
%32

Triadic Colors of #aeab20

#aeab20 #20aeab #ab20ae

Analogous Colors of #aeab20

#aeab20 #6aae20 #ae6420

Monochromatic Colors of #aeab20

#aeab20

Complementary Color

#aeab20 #2023ae

#aeab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab20 Color CSS Codes

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

#aeab20 Text Font Color

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

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


#aeab20 Background Color

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

This div background color is #aeab20


#aeab20 Border Color

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

This div border color is #aeab20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab20


Comments

No comments written yet.

Please login to write comment.