Color Hex Logo

#aab028 Color Hex

#AAB028
(170,176,40)
0 Favorites   0 Comments

Color spaces of #aab028

RGB 17017640
HSL0.170.630.42
HSV63°77°69°
CMYK 0.030.000.77   0.31
XYZ32.485939.74997.9678
Yxy39.74990.40500.4956
Hunter Lab63.0475-18.359236.6403
CIE-Lab69.2910-18.046563.3990

#aab028 color RGB value is (170,176,40).

#aab028 hex color red value is 170, green value is 176 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #aab028 hue: 0.17 , saturation: 0.63 and the lightness value of aab028 is 0.42.

The process color (four color CMYK) of #aab028 color hex is 0.03, 0.00, 0.77, 0.31. Web safe color of #aab028 is #999933. Color #aab028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 00101000
Octal 252 260 50
Decimal 170 176 40
Hex AA B0 28

RGB Percentages of Color #aab028

%44.04
%45.60
%10.36

CMYK Percentages of Color #aab028

%3
%0
%77
%31

Triadic Colors of #aab028

#aab028 #28aab0 #b028aa

Analogous Colors of #aab028

#aab028 #66b028 #b07228

Monochromatic Colors of #aab028

#aab028

Complementary Color

#aab028 #2e28b0

#aab028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab028 Color CSS Codes

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

#aab028 Text Font Color

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

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


#aab028 Background Color

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

This div background color is #aab028


#aab028 Border Color

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

This div border color is #aab028


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,176,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aab028; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aab028;
  -webkit-box-shadow: 1px 1px 3px 2px #aab028;
  box-shadow:         1px 1px 3px 2px #aab028; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,176,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab028


Comments

No comments written yet.

Please login to write comment.