Color Hex Logo

#adae97 Color Hex

#ADAE97
(173,174,151)
0 Favorites   0 Comments

Color spaces of #adae97

RGB 173174151
HSL0.170.120.64
HSV63°13°68°
CMYK 0.010.000.13   0.32
XYZ37.955541.390735.2669
Yxy41.39070.33120.3611
Hunter Lab64.3356-7.279312.5339
CIE-Lab70.4488-4.425511.6985

#adae97 color RGB value is (173,174,151).

#adae97 hex color red value is 173, green value is 174 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #adae97 hue: 0.17 , saturation: 0.12 and the lightness value of adae97 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10010111
Octal 255 256 227
Decimal 173 174 151
Hex AD AE 97

RGB Percentages of Color #adae97

%34.74
%34.94
%30.32

CMYK Percentages of Color #adae97

%1
%0
%13
%32

Triadic Colors of #adae97

#adae97 #97adae #ae97ad

Analogous Colors of #adae97

#adae97 #a2ae97 #aea497

Monochromatic Colors of #adae97

#adae97

Complementary Color

#adae97 #9897ae

#adae97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae97 Color CSS Codes

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

#adae97 Text Font Color

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

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


#adae97 Background Color

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

This div background color is #adae97


#adae97 Border Color

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

This div border color is #adae97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae97


Comments

No comments written yet.

Please login to write comment.