Color Hex Logo

#adad95 Color Hex

#ADAD95
(173,173,149)
0 Favorites   0 Comments

Color spaces of #adad95

RGB 173173149
HSL0.170.130.63
HSV60°14°68°
CMYK 0.000.000.14   0.32
XYZ37.602040.941334.3544
Yxy40.94130.33310.3626
Hunter Lab63.9854-7.076212.9564
CIE-Lab70.1348-4.218712.3520

#adad95 color RGB value is (173,173,149).

#adad95 hex color red value is 173, green value is 173 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #adad95 hue: 0.17 , saturation: 0.13 and the lightness value of adad95 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10010101
Octal 255 255 225
Decimal 173 173 149
Hex AD AD 95

RGB Percentages of Color #adad95

%34.95
%34.95
%30.10

CMYK Percentages of Color #adad95

%0
%0
%14
%32

Triadic Colors of #adad95

#adad95 #95adad #ad95ad

Analogous Colors of #adad95

#adad95 #a1ad95 #ada195

Monochromatic Colors of #adad95

#adad95

Complementary Color

#adad95 #9595ad

#adad95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad95 Color CSS Codes

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

#adad95 Text Font Color

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

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


#adad95 Background Color

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

This div background color is #adad95


#adad95 Border Color

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

This div border color is #adad95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad95


Comments

No comments written yet.

Please login to write comment.