Color Hex Logo

#aab02d Color Hex

#AAB02D
(170,176,45)
0 Favorites   0 Comments

Color spaces of #aab02d

RGB 17017645
HSL0.170.590.43
HSV63°74°69°
CMYK 0.030.000.74   0.31
XYZ32.576639.78628.4452
Yxy39.78620.40310.4924
Hunter Lab63.0763-18.194836.2152
CIE-Lab69.3170-17.833461.8053

#aab02d color RGB value is (170,176,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 00101101
Octal 252 260 55
Decimal 170 176 45
Hex AA B0 2D

RGB Percentages of Color #aab02d

%43.48
%45.01
%11.51

CMYK Percentages of Color #aab02d

%3
%0
%74
%31

Triadic Colors of #aab02d

#aab02d #2daab0 #b02daa

Analogous Colors of #aab02d

#aab02d #69b02d #b0752d

Monochromatic Colors of #aab02d

#aab02d

Complementary Color

#aab02d #332db0

#aab02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab02d Color CSS Codes

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

#aab02d Text Font Color

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

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


#aab02d Background Color

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

This div background color is #aab02d


#aab02d Border Color

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

This div border color is #aab02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab02d


Comments

No comments written yet.

Please login to write comment.