Color Hex Logo

#aeabae Color Hex

#AEABAE
(174,171,174)
0 Favorites   0 Comments

Color spaces of #aeabae

RGB 174171174
HSL0.830.020.68
HSV300°68°
CMYK 0.000.020.00   0.32
XYZ39.658541.180545.9028
Yxy41.18050.31290.3249
Hunter Lab64.1720-1.98762.5098
CIE-Lab70.30221.6328-1.1680

#aeabae color RGB value is (174,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10101110
Octal 256 253 256
Decimal 174 171 174
Hex AE AB AE

RGB Percentages of Color #aeabae

%33.53
%32.95
%33.53

CMYK Percentages of Color #aeabae

%0
%2
%0
%32

Triadic Colors of #aeabae

#aeabae #aeaeab #abaeae

Analogous Colors of #aeabae

#aeabae #aeabad #adabae

Monochromatic Colors of #aeabae

#aeabae

Complementary Color

#aeabae #abaeab

#aeabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabae Color CSS Codes

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

#aeabae Text Font Color

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

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


#aeabae Background Color

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

This div background color is #aeabae


#aeabae Border Color

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

This div border color is #aeabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabae


Comments

No comments written yet.

Please login to write comment.