Color Hex Logo

#aab754 Color Hex

#AAB754
(170,183,84)
0 Favorites   0 Comments

Color spaces of #aab754

RGB 17018384
HSL0.190.410.52
HSV68°54°72°
CMYK 0.070.000.54   0.28
XYZ35.111343.053114.8470
Yxy43.05310.37750.4629
Hunter Lab65.6149-19.308532.5146
CIE-Lab71.5910-18.785648.0777

#aab754 color RGB value is (170,183,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01010100
Octal 252 267 124
Decimal 170 183 84
Hex AA B7 54

RGB Percentages of Color #aab754

%38.90
%41.88
%19.22

CMYK Percentages of Color #aab754

%7
%0
%54
%28

Triadic Colors of #aab754

#aab754 #54aab7 #b754aa

Analogous Colors of #aab754

#aab754 #79b754 #b79354

Monochromatic Colors of #aab754

#aab754

Complementary Color

#aab754 #6154b7

#aab754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab754 Color CSS Codes

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

#aab754 Text Font Color

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

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


#aab754 Background Color

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

This div background color is #aab754


#aab754 Border Color

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

This div border color is #aab754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab754


Comments

No comments written yet.

Please login to write comment.