Color Hex Logo

#aabd73 Color Hex

#AABD73
(170,189,115)
0 Favorites   0 Comments

Color spaces of #aabd73

RGB 170189115
HSL0.210.360.60
HSV75°39°74°
CMYK 0.100.000.39   0.26
XYZ37.869746.179023.1372
Yxy46.17900.35330.4308
Hunter Lab67.9551-19.447927.3817
CIE-Lab73.6615-18.551235.2413

#aabd73 color RGB value is (170,189,115).

#aabd73 hex color red value is 170, green value is 189 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #aabd73 hue: 0.21 , saturation: 0.36 and the lightness value of aabd73 is 0.60.

The process color (four color CMYK) of #aabd73 color hex is 0.10, 0.00, 0.39, 0.26. Web safe color of #aabd73 is #99cc66. Color #aabd73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 01110011
Octal 252 275 163
Decimal 170 189 115
Hex AA BD 73

RGB Percentages of Color #aabd73

%35.86
%39.87
%24.26

CMYK Percentages of Color #aabd73

%10
%0
%39
%26

Triadic Colors of #aabd73

#aabd73 #73aabd #bd73aa

Analogous Colors of #aabd73

#aabd73 #85bd73 #bdab73

Monochromatic Colors of #aabd73

#aabd73

Complementary Color

#aabd73 #8673bd

#aabd73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd73 Color CSS Codes

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

#aabd73 Text Font Color

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

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


#aabd73 Background Color

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

This div background color is #aabd73


#aabd73 Border Color

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

This div border color is #aabd73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd73


Comments

No comments written yet.

Please login to write comment.