Color Hex Logo

#ad969b Color Hex

#AD969B
(173,150,155)
0 Favorites   0 Comments

Color spaces of #ad969b

RGB 173150155
HSL0.960.120.63
HSV347°13°68°
CMYK 0.000.130.10   0.32
XYZ34.056333.063535.5973
Yxy33.06350.33160.3219
Hunter Lab57.50095.09453.5457
CIE-Lab64.21239.38930.5183

#ad969b color RGB value is (173,150,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 10011011
Octal 255 226 233
Decimal 173 150 155
Hex AD 96 9B

RGB Percentages of Color #ad969b

%36.19
%31.38
%32.43

CMYK Percentages of Color #ad969b

%0
%13
%10
%32

Triadic Colors of #ad969b

#ad969b #9bad96 #969bad

Analogous Colors of #ad969b

#ad969b #ad9d96 #ad96a7

Monochromatic Colors of #ad969b

#ad969b

Complementary Color

#ad969b #96ada8

#ad969b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad969b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad969b Color CSS Codes

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

#ad969b Text Font Color

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

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


#ad969b Background Color

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

This div background color is #ad969b


#ad969b Border Color

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

This div border color is #ad969b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad969b


Comments

No comments written yet.

Please login to write comment.