Color Hex Logo

#aab758 Color Hex

#AAB758
(170,183,88)
0 Favorites   0 Comments

Color spaces of #aab758

RGB 17018388
HSL0.190.400.53
HSV68°52°72°
CMYK 0.070.000.52   0.28
XYZ35.272543.117615.6960
Yxy43.11760.37490.4583
Hunter Lab65.6640-19.027831.7924
CIE-Lab71.6347-18.425946.2271

#aab758 color RGB value is (170,183,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01011000
Octal 252 267 130
Decimal 170 183 88
Hex AA B7 58

RGB Percentages of Color #aab758

%38.55
%41.50
%19.95

CMYK Percentages of Color #aab758

%7
%0
%52
%28

Triadic Colors of #aab758

#aab758 #58aab7 #b758aa

Analogous Colors of #aab758

#aab758 #7bb758 #b79558

Monochromatic Colors of #aab758

#aab758

Complementary Color

#aab758 #6558b7

#aab758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab758 Color CSS Codes

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

#aab758 Text Font Color

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

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


#aab758 Background Color

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

This div background color is #aab758


#aab758 Border Color

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

This div border color is #aab758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab758


Comments

No comments written yet.

Please login to write comment.