Color Hex Logo

#aeabac Color Hex

#AEABAC
(174,171,172)
0 Favorites   0 Comments

Color spaces of #aeabac

RGB 174171172
HSL0.940.020.68
HSV340°68°
CMYK 0.000.020.01   0.32
XYZ39.464941.103044.8834
Yxy41.10300.31460.3276
Hunter Lab64.1116-2.31693.3703
CIE-Lab70.24801.2573-0.1430

#aeabac color RGB value is (174,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10101100
Octal 256 253 254
Decimal 174 171 172
Hex AE AB AC

RGB Percentages of Color #aeabac

%33.66
%33.08
%33.27

CMYK Percentages of Color #aeabac

%0
%2
%1
%32

Triadic Colors of #aeabac

#aeabac #acaeab #abacae

Analogous Colors of #aeabac

#aeabac #aeacab #aeabae

Monochromatic Colors of #aeabac

#aeabac

Complementary Color

#aeabac #abaead

#aeabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabac Color CSS Codes

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

#aeabac Text Font Color

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

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


#aeabac Background Color

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

This div background color is #aeabac


#aeabac Border Color

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

This div border color is #aeabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabac


Comments

No comments written yet.

Please login to write comment.