Color Hex Logo

#ad938f Color Hex

#AD938F
(173,147,143)
0 Favorites   0 Comments

Color spaces of #ad938f

RGB 173147143
HSL0.020.150.62
HSV17°68°
CMYK 0.000.150.17   0.32
XYZ32.625231.734830.3925
Yxy31.73480.34430.3349
Hunter Lab56.33364.79307.4461
CIE-Lab63.12319.03835.7121

#ad938f color RGB value is (173,147,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 10001111
Octal 255 223 217
Decimal 173 147 143
Hex AD 93 8F

RGB Percentages of Color #ad938f

%37.37
%31.75
%30.89

CMYK Percentages of Color #ad938f

%0
%15
%17
%32

Triadic Colors of #ad938f

#ad938f #8fad93 #938fad

Analogous Colors of #ad938f

#ad938f #ada28f #ad8f9a

Monochromatic Colors of #ad938f

#ad938f

Complementary Color

#ad938f #8fa9ad

#ad938f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad938f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad938f Color CSS Codes

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

#ad938f Text Font Color

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

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


#ad938f Background Color

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

This div background color is #ad938f


#ad938f Border Color

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

This div border color is #ad938f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,147,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 #ad938f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad938f


Comments

No comments written yet.

Please login to write comment.