Color Hex Logo

#adaea2 Color Hex

#ADAEA2
(173,174,162)
0 Favorites   0 Comments

Color spaces of #adaea2

RGB 173174162
HSL0.180.070.66
HSV65°68°
CMYK 0.010.000.07   0.32
XYZ38.891241.765040.1941
Yxy41.76500.32180.3456
Hunter Lab64.6258-5.67578.3626
CIE-Lab70.7086-2.54426.0266

#adaea2 color RGB value is (173,174,162).

#adaea2 hex color red value is 173, green value is 174 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #adaea2 hue: 0.18 , saturation: 0.07 and the lightness value of adaea2 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10100010
Octal 255 256 242
Decimal 173 174 162
Hex AD AE A2

RGB Percentages of Color #adaea2

%33.99
%34.18
%31.83

CMYK Percentages of Color #adaea2

%1
%0
%7
%32

Triadic Colors of #adaea2

#adaea2 #a2adae #aea2ad

Analogous Colors of #adaea2

#adaea2 #a7aea2 #aea9a2

Monochromatic Colors of #adaea2

#adaea2

Complementary Color

#adaea2 #a3a2ae

#adaea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaea2 Color CSS Codes

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

#adaea2 Text Font Color

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

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


#adaea2 Background Color

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

This div background color is #adaea2


#adaea2 Border Color

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

This div border color is #adaea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaea2


Comments

No comments written yet.

Please login to write comment.