Color Hex Logo

#aab375 Color Hex

#AAB375
(170,179,117)
0 Favorites   0 Comments

Color spaces of #aab375

RGB 170179117
HSL0.190.290.58
HSV69°35°70°
CMYK 0.050.000.35   0.30
XYZ35.908542.070623.0575
Yxy42.07060.35540.4164
Hunter Lab64.8619-14.688024.3265
CIE-Lab70.9196-13.196630.6510

#aab375 color RGB value is (170,179,117).

#aab375 hex color red value is 170, green value is 179 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aab375 hue: 0.19 , saturation: 0.29 and the lightness value of aab375 is 0.58.

The process color (four color CMYK) of #aab375 color hex is 0.05, 0.00, 0.35, 0.30. Web safe color of #aab375 is #99cc66. Color #aab375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01110101
Octal 252 263 165
Decimal 170 179 117
Hex AA B3 75

RGB Percentages of Color #aab375

%36.48
%38.41
%25.11

CMYK Percentages of Color #aab375

%5
%0
%35
%30

Triadic Colors of #aab375

#aab375 #75aab3 #b375aa

Analogous Colors of #aab375

#aab375 #8bb375 #b39d75

Monochromatic Colors of #aab375

#aab375

Complementary Color

#aab375 #7e75b3

#aab375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab375 Color CSS Codes

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

#aab375 Text Font Color

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

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


#aab375 Background Color

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

This div background color is #aab375


#aab375 Border Color

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

This div border color is #aab375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab375


Comments

No comments written yet.

Please login to write comment.