Color Hex Logo

#ad907f Color Hex

#AD907F
(173,144,127)
0 Favorites   0 Comments

Color spaces of #ad907f

RGB 173144127
HSL0.060.220.59
HSV22°27°68°
CMYK 0.000.170.27   0.32
XYZ31.037630.363124.3035
Yxy30.36310.36210.3543
Hunter Lab55.10274.113612.4216
CIE-Lab61.96638.251413.1044

#ad907f color RGB value is (173,144,127).

#ad907f hex color red value is 173, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad907f hue: 0.06 , saturation: 0.22 and the lightness value of ad907f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 01111111
Octal 255 220 177
Decimal 173 144 127
Hex AD 90 7F

RGB Percentages of Color #ad907f

%38.96
%32.43
%28.60

CMYK Percentages of Color #ad907f

%0
%17
%27
%32

Triadic Colors of #ad907f

#ad907f #7fad90 #907fad

Analogous Colors of #ad907f

#ad907f #ada77f #ad7f85

Monochromatic Colors of #ad907f

#ad907f

Complementary Color

#ad907f #7f9cad

#ad907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad907f Color CSS Codes

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

#ad907f Text Font Color

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

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


#ad907f Background Color

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

This div background color is #ad907f


#ad907f Border Color

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

This div border color is #ad907f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad907f


Comments

No comments written yet.

Please login to write comment.