Color Hex Logo

#aab216 Color Hex

#AAB216
(170,178,22)
0 Favorites   0 Comments

Color spaces of #aab216

RGB 17017822
HSL0.180.780.39
HSV63°88°70°
CMYK 0.040.000.88   0.30
XYZ32.642840.44486.8452
Yxy40.44480.40840.5060
Hunter Lab63.5962-19.672638.1357
CIE-Lab69.7852-19.614668.3802

#aab216 color RGB value is (170,178,22).

#aab216 hex color red value is 170, green value is 178 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #aab216 hue: 0.18 , saturation: 0.78 and the lightness value of aab216 is 0.39.

The process color (four color CMYK) of #aab216 color hex is 0.04, 0.00, 0.88, 0.30. Web safe color of #aab216 is #999900. Color #aab216 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 00010110
Octal 252 262 26
Decimal 170 178 22
Hex AA B2 16

RGB Percentages of Color #aab216

%45.95
%48.11
%5.95

CMYK Percentages of Color #aab216

%4
%0
%88
%30

Triadic Colors of #aab216

#aab216 #16aab2 #b216aa

Analogous Colors of #aab216

#aab216 #5cb216 #b26c16

Monochromatic Colors of #aab216

#aab216

Complementary Color

#aab216 #1e16b2

#aab216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab216 Color CSS Codes

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

#aab216 Text Font Color

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

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


#aab216 Background Color

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

This div background color is #aab216


#aab216 Border Color

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

This div border color is #aab216


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,178,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 #aab216">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab216


Comments

No comments written yet.

Please login to write comment.