Color Hex Logo

#aeaeac Color Hex

#AEAEAC
(174,174,172)
0 Favorites   0 Comments

Color spaces of #aeaeac

RGB 174174172
HSL0.170.010.68
HSV60°68°
CMYK 0.000.000.01   0.32
XYZ40.038042.249345.0744
Yxy42.24930.31440.3317
Hunter Lab64.9995-3.79764.3845
CIE-Lab71.0425-0.37001.0159

#aeaeac color RGB value is (174,174,172).

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

The process color (four color CMYK) of #aeaeac color hex is 0.00, 0.00, 0.01, 0.32. Web safe color of #aeaeac is #999999. Color #aeaeac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 10101100
Octal 256 256 254
Decimal 174 174 172
Hex AE AE AC

RGB Percentages of Color #aeaeac

%33.46
%33.46
%33.08

CMYK Percentages of Color #aeaeac

%0
%0
%1
%32

Triadic Colors of #aeaeac

#aeaeac #acaeae #aeacae

Analogous Colors of #aeaeac

#aeaeac #adaeac #aeadac

Monochromatic Colors of #aeaeac

#aeaeac

Complementary Color

#aeaeac #acacae

#aeaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeac Color CSS Codes

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

#aeaeac Text Font Color

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

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


#aeaeac Background Color

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

This div background color is #aeaeac


#aeaeac Border Color

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

This div border color is #aeaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeac


Comments

No comments written yet.

Please login to write comment.