Color Hex Logo

#aab750 Color Hex

#AAB750
(170,183,80)
0 Favorites   0 Comments

Color spaces of #aab750

RGB 17018380
HSL0.190.420.52
HSV68°56°72°
CMYK 0.070.000.56   0.28
XYZ34.959042.992214.0452
Yxy42.99220.38000.4673
Hunter Lab65.5684-19.574333.1976
CIE-Lab71.5497-19.127049.8939

#aab750 color RGB value is (170,183,80).

#aab750 hex color red value is 170, green value is 183 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aab750 hue: 0.19 , saturation: 0.42 and the lightness value of aab750 is 0.52.

The process color (four color CMYK) of #aab750 color hex is 0.07, 0.00, 0.56, 0.28. Web safe color of #aab750 is #99cc66. Color #aab750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01010000
Octal 252 267 120
Decimal 170 183 80
Hex AA B7 50

RGB Percentages of Color #aab750

%39.26
%42.26
%18.48

CMYK Percentages of Color #aab750

%7
%0
%56
%28

Triadic Colors of #aab750

#aab750 #50aab7 #b750aa

Analogous Colors of #aab750

#aab750 #77b750 #b79150

Monochromatic Colors of #aab750

#aab750

Complementary Color

#aab750 #5d50b7

#aab750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab750 Color CSS Codes

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

#aab750 Text Font Color

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

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


#aab750 Background Color

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

This div background color is #aab750


#aab750 Border Color

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

This div border color is #aab750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab750


Comments

No comments written yet.

Please login to write comment.