Color Hex Logo

#aeaeb6 Color Hex

#AEAEB6
(174,174,182)
0 Favorites   0 Comments

Color spaces of #aeaeb6

RGB 174174182
HSL0.670.050.70
HSV240°71°
CMYK 0.040.040.00   0.29
XYZ41.035142.648250.3251
Yxy42.64820.30620.3183
Hunter Lab65.3056-2.12340.0245
CIE-Lab71.31551.5389-4.0899

#aeaeb6 color RGB value is (174,174,182).

#aeaeb6 hex color red value is 174, green value is 174 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #aeaeb6 hue: 0.67 , saturation: 0.05 and the lightness value of aeaeb6 is 0.70.

The process color (four color CMYK) of #aeaeb6 color hex is 0.04, 0.04, 0.00, 0.29. Web safe color of #aeaeb6 is #9999cc. Color #aeaeb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 10110110
Octal 256 256 266
Decimal 174 174 182
Hex AE AE B6

RGB Percentages of Color #aeaeb6

%32.83
%32.83
%34.34

CMYK Percentages of Color #aeaeb6

%4
%4
%0
%29

Triadic Colors of #aeaeb6

#aeaeb6 #b6aeae #aeb6ae

Analogous Colors of #aeaeb6

#aeaeb6 #b2aeb6 #aeb2b6

Monochromatic Colors of #aeaeb6

#aeaeb6

Complementary Color

#aeaeb6 #b6b6ae

#aeaeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeb6 Color CSS Codes

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

#aeaeb6 Text Font Color

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

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


#aeaeb6 Background Color

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

This div background color is #aeaeb6


#aeaeb6 Border Color

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

This div border color is #aeaeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeb6


Comments

No comments written yet.

Please login to write comment.