Color Hex Logo

#ad908f Color Hex

#AD908F
(173,144,143)
0 Favorites   0 Comments

Color spaces of #ad908f

RGB 173144143
HSL0.010.150.62
HSV17°68°
CMYK 0.000.170.17   0.32
XYZ32.164830.813930.2390
Yxy30.81390.34510.3306
Hunter Lab55.51036.28686.5592
CIE-Lab62.350210.71514.6000

#ad908f color RGB value is (173,144,143).

#ad908f hex color red value is 173, green value is 144 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ad908f hue: 0.01 , saturation: 0.15 and the lightness value of ad908f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 10001111
Octal 255 220 217
Decimal 173 144 143
Hex AD 90 8F

RGB Percentages of Color #ad908f

%37.61
%31.30
%31.09

CMYK Percentages of Color #ad908f

%0
%17
%17
%32

Triadic Colors of #ad908f

#ad908f #8fad90 #908fad

Analogous Colors of #ad908f

#ad908f #ad9f8f #ad8f9d

Monochromatic Colors of #ad908f

#ad908f

Complementary Color

#ad908f #8facad

#ad908f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad908f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad908f Color CSS Codes

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

#ad908f Text Font Color

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

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


#ad908f Background Color

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

This div background color is #ad908f


#ad908f Border Color

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

This div border color is #ad908f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad908f


Comments

No comments written yet.

Please login to write comment.