Color Hex Logo

#aeaeaf Color Hex

#AEAEAF
(174,174,175)
0 Favorites   0 Comments

Color spaces of #aeaeaf

RGB 174174175
HSL0.670.010.68
HSV240°69°
CMYK 0.010.010.00   0.31
XYZ40.329542.365946.6093
Yxy42.36590.31190.3276
Hunter Lab65.0891-3.30653.1057
CIE-Lab71.12250.1926-0.5193

#aeaeaf color RGB value is (174,174,175).

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

The process color (four color CMYK) of #aeaeaf color hex is 0.01, 0.01, 0.00, 0.31. Web safe color of #aeaeaf is #999999. Color #aeaeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 10101111
Octal 256 256 257
Decimal 174 174 175
Hex AE AE AF

RGB Percentages of Color #aeaeaf

%33.27
%33.27
%33.46

CMYK Percentages of Color #aeaeaf

%1
%1
%0
%31

Triadic Colors of #aeaeaf

#aeaeaf #afaeae #aeafae

Analogous Colors of #aeaeaf

#aeaeaf #afaeaf #aeafaf

Monochromatic Colors of #aeaeaf

#aeaeaf

Complementary Color

#aeaeaf #afafae

#aeaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeaf Color CSS Codes

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

#aeaeaf Text Font Color

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

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


#aeaeaf Background Color

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

This div background color is #aeaeaf


#aeaeaf Border Color

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

This div border color is #aeaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeaf


Comments

No comments written yet.

Please login to write comment.