Color Hex Logo

#aab75d Color Hex

#AAB75D
(170,183,93)
0 Favorites   0 Comments

Color spaces of #aab75d

RGB 17018393
HSL0.190.380.54
HSV69°49°72°
CMYK 0.070.000.49   0.28
XYZ35.486843.203316.8246
Yxy43.20330.37150.4523
Hunter Lab65.7292-18.655130.8341
CIE-Lab71.6927-17.949843.8717

#aab75d color RGB value is (170,183,93).

#aab75d hex color red value is 170, green value is 183 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aab75d hue: 0.19 , saturation: 0.38 and the lightness value of aab75d is 0.54.

The process color (four color CMYK) of #aab75d color hex is 0.07, 0.00, 0.49, 0.28. Web safe color of #aab75d is #99cc66. Color #aab75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01011101
Octal 252 267 135
Decimal 170 183 93
Hex AA B7 5D

RGB Percentages of Color #aab75d

%38.12
%41.03
%20.85

CMYK Percentages of Color #aab75d

%7
%0
%49
%28

Triadic Colors of #aab75d

#aab75d #5daab7 #b75daa

Analogous Colors of #aab75d

#aab75d #7db75d #b7975d

Monochromatic Colors of #aab75d

#aab75d

Complementary Color

#aab75d #6a5db7

#aab75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab75d Color CSS Codes

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

#aab75d Text Font Color

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

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


#aab75d Background Color

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

This div background color is #aab75d


#aab75d Border Color

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

This div border color is #aab75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab75d


Comments

No comments written yet.

Please login to write comment.