Color Hex Logo

#aeb9ad Color Hex

#AEB9AD
(174,185,173)
0 Favorites   0 Comments

Color spaces of #aeb9ad

RGB 174185173
HSL0.320.080.70
HSV115°73°
CMYK 0.060.000.06   0.27
XYZ42.347346.713746.3199
Yxy46.71370.31280.3451
Hunter Lab68.3474-9.01147.6616
CIE-Lab74.0063-6.07324.7654

#aeb9ad color RGB value is (174,185,173).

#aeb9ad hex color red value is 174, green value is 185 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aeb9ad hue: 0.32 , saturation: 0.08 and the lightness value of aeb9ad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 10101101
Octal 256 271 255
Decimal 174 185 173
Hex AE B9 AD

RGB Percentages of Color #aeb9ad

%32.71
%34.77
%32.52

CMYK Percentages of Color #aeb9ad

%6
%0
%6
%27

Triadic Colors of #aeb9ad

#aeb9ad #adaeb9 #b9adae

Analogous Colors of #aeb9ad

#aeb9ad #adb9b2 #b4b9ad

Monochromatic Colors of #aeb9ad

#aeb9ad

Complementary Color

#aeb9ad #b8adb9

#aeb9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb9ad Color CSS Codes

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

#aeb9ad Text Font Color

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

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


#aeb9ad Background Color

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

This div background color is #aeb9ad


#aeb9ad Border Color

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

This div border color is #aeb9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb9ad


Comments

No comments written yet.

Please login to write comment.