Color Hex Logo

#aab256 Color Hex

#AAB256
(170,178,86)
0 Favorites   0 Comments

Color spaces of #aab256

RGB 17017886
HSL0.180.370.52
HSV65°52°70°
CMYK 0.040.000.52   0.30
XYZ34.177741.058714.9279
Yxy41.05870.37910.4554
Hunter Lab64.0771-16.925831.0413
CIE-Lab70.2170-16.071745.5221

#aab256 color RGB value is (170,178,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01010110
Octal 252 262 126
Decimal 170 178 86
Hex AA B2 56

RGB Percentages of Color #aab256

%39.17
%41.01
%19.82

CMYK Percentages of Color #aab256

%4
%0
%52
%30

Triadic Colors of #aab256

#aab256 #56aab2 #b256aa

Analogous Colors of #aab256

#aab256 #7cb256 #b28c56

Monochromatic Colors of #aab256

#aab256

Complementary Color

#aab256 #5e56b2

#aab256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab256 Color CSS Codes

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

#aab256 Text Font Color

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

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


#aab256 Background Color

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

This div background color is #aab256


#aab256 Border Color

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

This div border color is #aab256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab256


Comments

No comments written yet.

Please login to write comment.