Color Hex Logo

#ad9cbf Color Hex

#AD9CBF
(173,156,191)
0 Favorites   0 Comments

Color spaces of #ad9cbf

RGB 173156191
HSL0.750.210.68
HSV269°18°75°
CMYK 0.090.180.00   0.25
XYZ38.526036.422854.2900
Yxy36.42280.29810.2818
Hunter Lab60.35138.3329-11.0894
CIE-Lab66.841712.9578-15.7622

#ad9cbf color RGB value is (173,156,191).

#ad9cbf hex color red value is 173, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ad9cbf hue: 0.75 , saturation: 0.21 and the lightness value of ad9cbf is 0.68.

The process color (four color CMYK) of #ad9cbf color hex is 0.09, 0.18, 0.00, 0.25. Web safe color of #ad9cbf is #9999cc. Color #ad9cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011100 10111111
Octal 255 234 277
Decimal 173 156 191
Hex AD 9C BF

RGB Percentages of Color #ad9cbf

%33.27
%30.00
%36.73

CMYK Percentages of Color #ad9cbf

%9
%18
%0
%25

Triadic Colors of #ad9cbf

#ad9cbf #bfad9c #9cbfad

Analogous Colors of #ad9cbf

#ad9cbf #bf9cbf #9c9dbf

Monochromatic Colors of #ad9cbf

#ad9cbf

Complementary Color

#ad9cbf #aebf9c

#ad9cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9cbf Color CSS Codes

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

#ad9cbf Text Font Color

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

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


#ad9cbf Background Color

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

This div background color is #ad9cbf


#ad9cbf Border Color

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

This div border color is #ad9cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9cbf


Comments

No comments written yet.

Please login to write comment.