Color Hex Logo

#aab327 Color Hex

#AAB327
(170,179,39)
0 Favorites   0 Comments

Color spaces of #aab327

RGB 17017939
HSL0.180.640.43
HSV64°78°70°
CMYK 0.050.000.78   0.30
XYZ33.063940.93278.0776
Yxy40.93270.40290.4987
Hunter Lab63.9787-19.714637.2994
CIE-Lab70.1287-19.596364.4608

#aab327 color RGB value is (170,179,39).

#aab327 hex color red value is 170, green value is 179 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aab327 hue: 0.18 , saturation: 0.64 and the lightness value of aab327 is 0.43.

The process color (four color CMYK) of #aab327 color hex is 0.05, 0.00, 0.78, 0.30. Web safe color of #aab327 is #99cc33. Color #aab327 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 00100111
Octal 252 263 47
Decimal 170 179 39
Hex AA B3 27

RGB Percentages of Color #aab327

%43.81
%46.13
%10.05

CMYK Percentages of Color #aab327

%5
%0
%78
%30

Triadic Colors of #aab327

#aab327 #27aab3 #b327aa

Analogous Colors of #aab327

#aab327 #64b327 #b37627

Monochromatic Colors of #aab327

#aab327

Complementary Color

#aab327 #3027b3

#aab327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab327 Color CSS Codes

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

#aab327 Text Font Color

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

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


#aab327 Background Color

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

This div background color is #aab327


#aab327 Border Color

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

This div border color is #aab327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab327


Comments

No comments written yet.

Please login to write comment.