Color Hex Logo

#aab730 Color Hex

#AAB730
(170,183,48)
0 Favorites   0 Comments

Color spaces of #aab730

RGB 17018348
HSL0.180.580.45
HSV66°74°72°
CMYK 0.070.000.74   0.28
XYZ34.044642.62649.2297
Yxy42.62640.39630.4962
Hunter Lab65.2889-21.177637.3206
CIE-Lab71.3007-21.204762.6622

#aab730 color RGB value is (170,183,48).

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

The process color (four color CMYK) of #aab730 color hex is 0.07, 0.00, 0.74, 0.28. Web safe color of #aab730 is #99cc33. Color #aab730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 00110000
Octal 252 267 60
Decimal 170 183 48
Hex AA B7 30

RGB Percentages of Color #aab730

%42.39
%45.64
%11.97

CMYK Percentages of Color #aab730

%7
%0
%74
%28

Triadic Colors of #aab730

#aab730 #30aab7 #b730aa

Analogous Colors of #aab730

#aab730 #67b730 #b78130

Monochromatic Colors of #aab730

#aab730

Complementary Color

#aab730 #3d30b7

#aab730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab730 Color CSS Codes

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

#aab730 Text Font Color

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

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


#aab730 Background Color

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

This div background color is #aab730


#aab730 Border Color

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

This div border color is #aab730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab730


Comments

No comments written yet.

Please login to write comment.