Color Hex Logo

#aab655 Color Hex

#AAB655
(170,182,85)
0 Favorites   0 Comments

Color spaces of #aab655

RGB 17018285
HSL0.190.400.52
HSV67°53°71°
CMYK 0.070.000.53   0.29
XYZ34.945242.657814.9863
Yxy42.65780.37740.4607
Hunter Lab65.3129-18.792632.1147
CIE-Lab71.3221-18.193247.2931

#aab655 color RGB value is (170,182,85).

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

The process color (four color CMYK) of #aab655 color hex is 0.07, 0.00, 0.53, 0.29. Web safe color of #aab655 is #99cc66. Color #aab655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01010101
Octal 252 266 125
Decimal 170 182 85
Hex AA B6 55

RGB Percentages of Color #aab655

%38.90
%41.65
%19.45

CMYK Percentages of Color #aab655

%7
%0
%53
%29

Triadic Colors of #aab655

#aab655 #55aab6 #b655aa

Analogous Colors of #aab655

#aab655 #7ab655 #b69255

Monochromatic Colors of #aab655

#aab655

Complementary Color

#aab655 #6155b6

#aab655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab655 Color CSS Codes

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

#aab655 Text Font Color

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

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


#aab655 Background Color

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

This div background color is #aab655


#aab655 Border Color

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

This div border color is #aab655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab655


Comments

No comments written yet.

Please login to write comment.