Color Hex Logo

#aeada6 Color Hex

#AEADA6
(174,173,166)
0 Favorites   0 Comments

Color spaces of #aeada6

RGB 174173166
HSL0.150.050.67
HSV53°68°
CMYK 0.000.010.05   0.32
XYZ39.282141.639042.0431
Yxy41.63900.31950.3386
Hunter Lab64.5283-4.26126.5397
CIE-Lab70.6213-0.92853.7090

#aeada6 color RGB value is (174,173,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10100110
Octal 256 255 246
Decimal 174 173 166
Hex AE AD A6

RGB Percentages of Color #aeada6

%33.92
%33.72
%32.36

CMYK Percentages of Color #aeada6

%0
%1
%5
%32

Triadic Colors of #aeada6

#aeada6 #a6aead #ada6ae

Analogous Colors of #aeada6

#aeada6 #abaea6 #aea9a6

Monochromatic Colors of #aeada6

#aeada6

Complementary Color

#aeada6 #a6a7ae

#aeada6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeada6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeada6 Color CSS Codes

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

#aeada6 Text Font Color

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

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


#aeada6 Background Color

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

This div background color is #aeada6


#aeada6 Border Color

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

This div border color is #aeada6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeada6


Comments

No comments written yet.

Please login to write comment.