Color Hex Logo

#aab251 Color Hex

#AAB251
(170,178,81)
0 Favorites   0 Comments

Color spaces of #aab251

RGB 17017881
HSL0.180.390.51
HSV65°54°70°
CMYK 0.040.000.54   0.30
XYZ33.983240.980913.9036
Yxy40.98090.38240.4611
Hunter Lab64.0163-17.271531.9343
CIE-Lab70.1625-16.512647.8431

#aab251 color RGB value is (170,178,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01010001
Octal 252 262 121
Decimal 170 178 81
Hex AA B2 51

RGB Percentages of Color #aab251

%39.63
%41.49
%18.88

CMYK Percentages of Color #aab251

%4
%0
%54
%30

Triadic Colors of #aab251

#aab251 #51aab2 #b251aa

Analogous Colors of #aab251

#aab251 #7ab251 #b28a51

Monochromatic Colors of #aab251

#aab251

Complementary Color

#aab251 #5951b2

#aab251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab251 Color CSS Codes

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

#aab251 Text Font Color

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

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


#aab251 Background Color

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

This div background color is #aab251


#aab251 Border Color

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

This div border color is #aab251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab251


Comments

No comments written yet.

Please login to write comment.