Color Hex Logo

#aab27b Color Hex

#AAB27B
(170,178,123)
0 Favorites   0 Comments

Color spaces of #aab27b

RGB 170178123
HSL0.190.260.59
HSV69°31°70°
CMYK 0.040.000.31   0.30
XYZ36.073141.816924.9091
Yxy41.81690.35090.4068
Hunter Lab64.6660-13.591522.4279
CIE-Lab70.7445-11.890527.2399

#aab27b color RGB value is (170,178,123).

#aab27b hex color red value is 170, green value is 178 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aab27b hue: 0.19 , saturation: 0.26 and the lightness value of aab27b is 0.59.

The process color (four color CMYK) of #aab27b color hex is 0.04, 0.00, 0.31, 0.30. Web safe color of #aab27b is #999966. Color #aab27b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01111011
Octal 252 262 173
Decimal 170 178 123
Hex AA B2 7B

RGB Percentages of Color #aab27b

%36.09
%37.79
%26.11

CMYK Percentages of Color #aab27b

%4
%0
%31
%30

Triadic Colors of #aab27b

#aab27b #7baab2 #b27baa

Analogous Colors of #aab27b

#aab27b #8fb27b #b29f7b

Monochromatic Colors of #aab27b

#aab27b

Complementary Color

#aab27b #837bb2

#aab27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab27b Color CSS Codes

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

#aab27b Text Font Color

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

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


#aab27b Background Color

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

This div background color is #aab27b


#aab27b Border Color

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

This div border color is #aab27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab27b


Comments

No comments written yet.

Please login to write comment.