Color Hex Logo

#aab456 Color Hex

#AAB456
(170,180,86)
0 Favorites   0 Comments

Color spaces of #aab456

RGB 17018086
HSL0.180.390.52
HSV66°52°71°
CMYK 0.060.000.52   0.29
XYZ34.578541.860415.0615
Yxy41.86040.37790.4575
Hunter Lab64.6996-17.825631.4875
CIE-Lab70.7746-17.090546.1767

#aab456 color RGB value is (170,180,86).

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

The process color (four color CMYK) of #aab456 color hex is 0.06, 0.00, 0.52, 0.29. Web safe color of #aab456 is #99cc66. Color #aab456 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01010110
Octal 252 264 126
Decimal 170 180 86
Hex AA B4 56

RGB Percentages of Color #aab456

%38.99
%41.28
%19.72

CMYK Percentages of Color #aab456

%6
%0
%52
%29

Triadic Colors of #aab456

#aab456 #56aab4 #b456aa

Analogous Colors of #aab456

#aab456 #7bb456 #b48f56

Monochromatic Colors of #aab456

#aab456

Complementary Color

#aab456 #6056b4

#aab456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab456 Color CSS Codes

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

#aab456 Text Font Color

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

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


#aab456 Background Color

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

This div background color is #aab456


#aab456 Border Color

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

This div border color is #aab456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab456


Comments

No comments written yet.

Please login to write comment.