Color Hex Logo

#aab206 Color Hex

#AAB206
(170,178,6)
0 Favorites   0 Comments

Color spaces of #aab206

RGB 1701786
HSL0.170.930.36
HSV63°97°70°
CMYK 0.040.000.97   0.30
XYZ32.530840.40006.2557
Yxy40.40000.41080.5102
Hunter Lab63.5610-19.874638.6573
CIE-Lab69.7535-19.878970.6773

#aab206 color RGB value is (170,178,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 00000110
Octal 252 262 6
Decimal 170 178 6
Hex AA B2 6

RGB Percentages of Color #aab206

%48.02
%50.28
%1.69

CMYK Percentages of Color #aab206

%4
%0
%97
%30

Triadic Colors of #aab206

#aab206 #06aab2 #b206aa

Analogous Colors of #aab206

#aab206 #54b206 #b26406

Monochromatic Colors of #aab206

#aab206

Complementary Color

#aab206 #0e06b2

#aab206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab206 Color CSS Codes

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

#aab206 Text Font Color

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

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


#aab206 Background Color

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

This div background color is #aab206


#aab206 Border Color

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

This div border color is #aab206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab206


Comments

No comments written yet.

Please login to write comment.