Color Hex Logo

#aab250 Color Hex

#AAB250
(170,178,80)
0 Favorites   0 Comments

Color spaces of #aab250

RGB 17017880
HSL0.180.390.51
HSV65°55°70°
CMYK 0.040.000.55   0.30
XYZ33.945940.966013.7075
Yxy40.96600.38310.4623
Hunter Lab64.0047-17.337932.1055
CIE-Lab70.1521-16.597548.3008

#aab250 color RGB value is (170,178,80).

#aab250 hex color red value is 170, green value is 178 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aab250 hue: 0.18 , saturation: 0.39 and the lightness value of aab250 is 0.51.

The process color (four color CMYK) of #aab250 color hex is 0.04, 0.00, 0.55, 0.30. Web safe color of #aab250 is #999966. Color #aab250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01010000
Octal 252 262 120
Decimal 170 178 80
Hex AA B2 50

RGB Percentages of Color #aab250

%39.72
%41.59
%18.69

CMYK Percentages of Color #aab250

%4
%0
%55
%30

Triadic Colors of #aab250

#aab250 #50aab2 #b250aa

Analogous Colors of #aab250

#aab250 #79b250 #b28950

Monochromatic Colors of #aab250

#aab250

Complementary Color

#aab250 #5850b2

#aab250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab250 Color CSS Codes

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

#aab250 Text Font Color

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

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


#aab250 Background Color

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

This div background color is #aab250


#aab250 Border Color

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

This div border color is #aab250


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,178,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 #aab250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab250


Comments

No comments written yet.

Please login to write comment.