Color Hex Logo

#aab208 Color Hex

#AAB208
(170,178,8)
0 Favorites   0 Comments

Color spaces of #aab208

RGB 1701788
HSL0.170.910.36
HSV63°96°70°
CMYK 0.040.000.96   0.30
XYZ32.541840.40446.3134
Yxy40.40440.41060.5098
Hunter Lab63.5645-19.854838.6063
CIE-Lab69.7566-19.852970.4461

#aab208 color RGB value is (170,178,8).

#aab208 hex color red value is 170, green value is 178 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #aab208 hue: 0.17 , saturation: 0.91 and the lightness value of aab208 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 00001000
Octal 252 262 10
Decimal 170 178 8
Hex AA B2 8

RGB Percentages of Color #aab208

%47.75
%50.00
%2.25

CMYK Percentages of Color #aab208

%4
%0
%96
%30

Triadic Colors of #aab208

#aab208 #08aab2 #b208aa

Analogous Colors of #aab208

#aab208 #55b208 #b26508

Monochromatic Colors of #aab208

#aab208

Complementary Color

#aab208 #1008b2

#aab208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab208 Color CSS Codes

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

#aab208 Text Font Color

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

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


#aab208 Background Color

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

This div background color is #aab208


#aab208 Border Color

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

This div border color is #aab208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab208


Comments

No comments written yet.

Please login to write comment.