Color Hex Logo

#aeb4aa Color Hex

#AEB4AA
(174,180,170)
0 Favorites   0 Comments

Color spaces of #aeb4aa

RGB 174180170
HSL0.270.060.69
HSV96°71°
CMYK 0.030.000.06   0.29
XYZ41.032544.543544.4653
Yxy44.54350.31550.3425
Hunter Lab66.7409-7.05437.2174
CIE-Lab72.5903-3.96374.3590

#aeb4aa color RGB value is (174,180,170).

#aeb4aa hex color red value is 174, green value is 180 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aeb4aa hue: 0.27 , saturation: 0.06 and the lightness value of aeb4aa is 0.69.

The process color (four color CMYK) of #aeb4aa color hex is 0.03, 0.00, 0.06, 0.29. Web safe color of #aeb4aa is #99cc99. Color #aeb4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 10101010
Octal 256 264 252
Decimal 174 180 170
Hex AE B4 AA

RGB Percentages of Color #aeb4aa

%33.21
%34.35
%32.44

CMYK Percentages of Color #aeb4aa

%3
%0
%6
%29

Triadic Colors of #aeb4aa

#aeb4aa #aaaeb4 #b4aaae

Analogous Colors of #aeb4aa

#aeb4aa #aab4ab #b3b4aa

Monochromatic Colors of #aeb4aa

#aeb4aa

Complementary Color

#aeb4aa #b0aab4

#aeb4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4aa Color CSS Codes

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

#aeb4aa Text Font Color

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

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


#aeb4aa Background Color

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

This div background color is #aeb4aa


#aeb4aa Border Color

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

This div border color is #aeb4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4aa


Comments

No comments written yet.

Please login to write comment.