Color Hex Logo

#aab958 Color Hex

#AAB958
(170,185,88)
0 Favorites   0 Comments

Color spaces of #aab958

RGB 17018588
HSL0.190.410.54
HSV69°52°73°
CMYK 0.080.000.52   0.27
XYZ35.688043.948615.8345
Yxy43.94860.37380.4603
Hunter Lab66.2937-19.921932.2440
CIE-Lab72.1941-19.431846.8841

#aab958 color RGB value is (170,185,88).

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

The process color (four color CMYK) of #aab958 color hex is 0.08, 0.00, 0.52, 0.27. Web safe color of #aab958 is #99cc66. Color #aab958 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01011000
Octal 252 271 130
Decimal 170 185 88
Hex AA B9 58

RGB Percentages of Color #aab958

%38.37
%41.76
%19.86

CMYK Percentages of Color #aab958

%8
%0
%52
%27

Triadic Colors of #aab958

#aab958 #58aab9 #b958aa

Analogous Colors of #aab958

#aab958 #7ab958 #b99858

Monochromatic Colors of #aab958

#aab958

Complementary Color

#aab958 #6758b9

#aab958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab958 Color CSS Codes

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

#aab958 Text Font Color

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

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


#aab958 Background Color

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

This div background color is #aab958


#aab958 Border Color

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

This div border color is #aab958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,185,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 #aab958">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab958


Comments

No comments written yet.

Please login to write comment.