Color Hex Logo

#aab705 Color Hex

#AAB705
(170,183,5)
0 Favorites   0 Comments

Color spaces of #aab705

RGB 1701835
HSL0.180.950.37
HSV64°97°72°
CMYK 0.070.000.97   0.28
XYZ33.538442.42406.5646
Yxy42.42400.40640.5141
Hunter Lab65.1337-22.071539.6180
CIE-Lab71.1623-22.376971.8563

#aab705 color RGB value is (170,183,5).

#aab705 hex color red value is 170, green value is 183 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aab705 hue: 0.18 , saturation: 0.95 and the lightness value of aab705 is 0.37.

The process color (four color CMYK) of #aab705 color hex is 0.07, 0.00, 0.97, 0.28. Web safe color of #aab705 is #99cc00. Color #aab705 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 00000101
Octal 252 267 5
Decimal 170 183 5
Hex AA B7 5

RGB Percentages of Color #aab705

%47.49
%51.12
%1.40

CMYK Percentages of Color #aab705

%7
%0
%97
%28

Triadic Colors of #aab705

#aab705 #05aab7 #b705aa

Analogous Colors of #aab705

#aab705 #51b705 #b76b05

Monochromatic Colors of #aab705

#aab705

Complementary Color

#aab705 #1205b7

#aab705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab705 Color CSS Codes

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

#aab705 Text Font Color

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

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


#aab705 Background Color

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

This div background color is #aab705


#aab705 Border Color

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

This div border color is #aab705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab705


Comments

No comments written yet.

Please login to write comment.