Color Hex Logo

#aab427 Color Hex

#AAB427
(170,180,39)
0 Favorites   0 Comments

Color spaces of #aab427

RGB 17018039
HSL0.180.640.43
HSV64°78°71°
CMYK 0.060.000.78   0.29
XYZ33.265041.33508.1447
Yxy41.33500.40200.4995
Hunter Lab64.2923-20.155237.4936
CIE-Lab70.4100-20.097064.7137

#aab427 color RGB value is (170,180,39).

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

The process color (four color CMYK) of #aab427 color hex is 0.06, 0.00, 0.78, 0.29. Web safe color of #aab427 is #99cc33. Color #aab427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 00100111
Octal 252 264 47
Decimal 170 180 39
Hex AA B4 27

RGB Percentages of Color #aab427

%43.70
%46.27
%10.03

CMYK Percentages of Color #aab427

%6
%0
%78
%29

Triadic Colors of #aab427

#aab427 #27aab4 #b427aa

Analogous Colors of #aab427

#aab427 #63b427 #b47827

Monochromatic Colors of #aab427

#aab427

Complementary Color

#aab427 #3127b4

#aab427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab427 Color CSS Codes

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

#aab427 Text Font Color

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

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


#aab427 Background Color

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

This div background color is #aab427


#aab427 Border Color

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

This div border color is #aab427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab427


Comments

No comments written yet.

Please login to write comment.