Color Hex Logo

#aab788 Color Hex

#AAB788
(170,183,136)
0 Favorites   0 Comments

Color spaces of #aab788

RGB 170183136
HSL0.210.250.63
HSV77°26°72°
CMYK 0.070.000.26   0.28
XYZ37.955044.190629.8217
Yxy44.19060.33900.3947
Hunter Lab66.4760-14.417019.9352
CIE-Lab72.3557-12.646622.4539

#aab788 color RGB value is (170,183,136).

#aab788 hex color red value is 170, green value is 183 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aab788 hue: 0.21 , saturation: 0.25 and the lightness value of aab788 is 0.63.

The process color (four color CMYK) of #aab788 color hex is 0.07, 0.00, 0.26, 0.28. Web safe color of #aab788 is #99cc99. Color #aab788 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 10001000
Octal 252 267 210
Decimal 170 183 136
Hex AA B7 88

RGB Percentages of Color #aab788

%34.76
%37.42
%27.81

CMYK Percentages of Color #aab788

%7
%0
%26
%28

Triadic Colors of #aab788

#aab788 #88aab7 #b788aa

Analogous Colors of #aab788

#aab788 #93b788 #b7ad88

Monochromatic Colors of #aab788

#aab788

Complementary Color

#aab788 #9588b7

#aab788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab788 Color CSS Codes

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

#aab788 Text Font Color

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

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


#aab788 Background Color

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

This div background color is #aab788


#aab788 Border Color

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

This div border color is #aab788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab788


Comments

No comments written yet.

Please login to write comment.