Color Hex Logo

#ad939b Color Hex

#AD939B
(173,147,155)
0 Favorites   0 Comments

Color spaces of #ad939b

RGB 173147155
HSL0.950.140.63
HSV342°15°68°
CMYK 0.000.150.10   0.32
XYZ33.583732.118235.4397
Yxy32.11820.33200.3176
Hunter Lab56.67296.59942.5948
CIE-Lab63.440511.0658-0.6088

#ad939b color RGB value is (173,147,155).

#ad939b hex color red value is 173, green value is 147 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ad939b hue: 0.95 , saturation: 0.14 and the lightness value of ad939b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 10011011
Octal 255 223 233
Decimal 173 147 155
Hex AD 93 9B

RGB Percentages of Color #ad939b

%36.42
%30.95
%32.63

CMYK Percentages of Color #ad939b

%0
%15
%10
%32

Triadic Colors of #ad939b

#ad939b #9bad93 #939bad

Analogous Colors of #ad939b

#ad939b #ad9893 #ad93a8

Monochromatic Colors of #ad939b

#ad939b

Complementary Color

#ad939b #93ada5

#ad939b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad939b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad939b Color CSS Codes

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

#ad939b Text Font Color

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

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


#ad939b Background Color

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

This div background color is #ad939b


#ad939b Border Color

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

This div border color is #ad939b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad939b


Comments

No comments written yet.

Please login to write comment.