Color Hex Logo

#aeb2ac Color Hex

#AEB2AC
(174,178,172)
0 Favorites   0 Comments

Color spaces of #aeb2ac

RGB 174178172
HSL0.280.040.69
HSV100°70°
CMYK 0.020.000.03   0.30
XYZ40.822343.818045.3359
Yxy43.81800.31410.3371
Hunter Lab66.1952-5.76135.7299
CIE-Lab72.1067-2.52562.5631

#aeb2ac color RGB value is (174,178,172).

#aeb2ac hex color red value is 174, green value is 178 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aeb2ac hue: 0.28 , saturation: 0.04 and the lightness value of aeb2ac is 0.69.

The process color (four color CMYK) of #aeb2ac color hex is 0.02, 0.00, 0.03, 0.30. Web safe color of #aeb2ac is #999999. Color #aeb2ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 10101100
Octal 256 262 254
Decimal 174 178 172
Hex AE B2 AC

RGB Percentages of Color #aeb2ac

%33.21
%33.97
%32.82

CMYK Percentages of Color #aeb2ac

%2
%0
%3
%30

Triadic Colors of #aeb2ac

#aeb2ac #acaeb2 #b2acae

Analogous Colors of #aeb2ac

#aeb2ac #acb2ad #b1b2ac

Monochromatic Colors of #aeb2ac

#aeb2ac

Complementary Color

#aeb2ac #b0acb2

#aeb2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb2ac Color CSS Codes

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

#aeb2ac Text Font Color

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

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


#aeb2ac Background Color

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

This div background color is #aeb2ac


#aeb2ac Border Color

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

This div border color is #aeb2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb2ac


Comments

No comments written yet.

Please login to write comment.