Color Hex Logo

#adaea6 Color Hex

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

Color spaces of #adaea6

RGB 173174166
HSL0.190.050.67
HSV68°68°
CMYK 0.010.000.05   0.32
XYZ39.252641.909542.0969
Yxy41.90950.31850.3400
Hunter Lab64.7375-5.06006.7618
CIE-Lab70.8085-1.82853.9696

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

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

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

Base Numbers

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

RGB Percentages of Color #adaea6

%33.72
%33.92
%32.36

CMYK Percentages of Color #adaea6

%1
%0
%5
%32

Triadic Colors of #adaea6

#adaea6 #a6adae #aea6ad

Analogous Colors of #adaea6

#adaea6 #a9aea6 #aeaba6

Monochromatic Colors of #adaea6

#adaea6

Complementary Color

#adaea6 #a7a6ae

#adaea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaea6 Color CSS Codes

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

#adaea6 Text Font Color

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

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


#adaea6 Background Color

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

This div background color is #adaea6


#adaea6 Border Color

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

This div border color is #adaea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaea6


Comments

No comments written yet.

Please login to write comment.