Color Hex Logo

#aabd81 Color Hex

#AABD81
(170,189,129)
0 Favorites   0 Comments

Color spaces of #aabd81

RGB 170189129
HSL0.220.310.62
HSV79°32°74°
CMYK 0.100.000.32   0.26
XYZ38.737646.526227.7076
Yxy46.52620.34290.4118
Hunter Lab68.2101-17.994723.6629
CIE-Lab73.8857-16.727928.2365

#aabd81 color RGB value is (170,189,129).

#aabd81 hex color red value is 170, green value is 189 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aabd81 hue: 0.22 , saturation: 0.31 and the lightness value of aabd81 is 0.62.

The process color (four color CMYK) of #aabd81 color hex is 0.10, 0.00, 0.32, 0.26. Web safe color of #aabd81 is #99cc99. Color #aabd81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10000001
Octal 252 275 201
Decimal 170 189 129
Hex AA BD 81

RGB Percentages of Color #aabd81

%34.84
%38.73
%26.43

CMYK Percentages of Color #aabd81

%10
%0
%32
%26

Triadic Colors of #aabd81

#aabd81 #81aabd #bd81aa

Analogous Colors of #aabd81

#aabd81 #8cbd81 #bdb281

Monochromatic Colors of #aabd81

#aabd81

Complementary Color

#aabd81 #9481bd

#aabd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd81 Color CSS Codes

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

#aabd81 Text Font Color

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

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


#aabd81 Background Color

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

This div background color is #aabd81


#aabd81 Border Color

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

This div border color is #aabd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd81


Comments

No comments written yet.

Please login to write comment.