Color Hex Logo

#aeb1aa Color Hex

#AEB1AA
(174,177,170)
0 Favorites   0 Comments

Color spaces of #aeb1aa

RGB 174177170
HSL0.240.040.68
HSV86°69°
CMYK 0.020.000.04   0.31
XYZ40.433443.345244.2656
Yxy43.34520.31580.3385
Hunter Lab65.8371-5.59036.2223
CIE-Lab71.7886-2.35653.1993

#aeb1aa color RGB value is (174,177,170).

#aeb1aa hex color red value is 174, green value is 177 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aeb1aa hue: 0.24 , saturation: 0.04 and the lightness value of aeb1aa is 0.68.

The process color (four color CMYK) of #aeb1aa color hex is 0.02, 0.00, 0.04, 0.31. Web safe color of #aeb1aa is #999999. Color #aeb1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10101010
Octal 256 261 252
Decimal 174 177 170
Hex AE B1 AA

RGB Percentages of Color #aeb1aa

%33.40
%33.97
%32.63

CMYK Percentages of Color #aeb1aa

%2
%0
%4
%31

Triadic Colors of #aeb1aa

#aeb1aa #aaaeb1 #b1aaae

Analogous Colors of #aeb1aa

#aeb1aa #abb1aa #b1b1aa

Monochromatic Colors of #aeb1aa

#aeb1aa

Complementary Color

#aeb1aa #adaab1

#aeb1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb1aa Color CSS Codes

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

#aeb1aa Text Font Color

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

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


#aeb1aa Background Color

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

This div background color is #aeb1aa


#aeb1aa Border Color

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

This div border color is #aeb1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb1aa

#aeb1aa Color Palettes


Comments

No comments written yet.

Please login to write comment.