Color Hex Logo

#aeb1ac Color Hex

#AEB1AC
(174,177,172)
0 Favorites   0 Comments

Color spaces of #aeb1ac

RGB 174177172
HSL0.270.030.68
HSV96°69°
CMYK 0.020.000.03   0.31
XYZ40.624143.421545.2698
Yxy43.42150.31410.3358
Hunter Lab65.8950-5.27145.3943
CIE-Lab71.8401-1.98812.1761

#aeb1ac color RGB value is (174,177,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10101100
Octal 256 261 254
Decimal 174 177 172
Hex AE B1 AC

RGB Percentages of Color #aeb1ac

%33.27
%33.84
%32.89

CMYK Percentages of Color #aeb1ac

%2
%0
%3
%31

Triadic Colors of #aeb1ac

#aeb1ac #acaeb1 #b1acae

Analogous Colors of #aeb1ac

#aeb1ac #acb1ad #b1b1ac

Monochromatic Colors of #aeb1ac

#aeb1ac

Complementary Color

#aeb1ac #afacb1

#aeb1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb1ac Color CSS Codes

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

#aeb1ac Text Font Color

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

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


#aeb1ac Background Color

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

This div background color is #aeb1ac


#aeb1ac Border Color

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

This div border color is #aeb1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb1ac


Comments

No comments written yet.

Please login to write comment.