Color Hex Logo

#ad9ec3 Color Hex

#AD9EC3
(173,158,195)
0 Favorites   0 Comments

Color spaces of #ad9ec3

RGB 173158195
HSL0.730.240.69
HSV264°19°76°
CMYK 0.110.190.00   0.24
XYZ39.310837.278156.7532
Yxy37.27810.29480.2796
Hunter Lab61.05588.0797-12.3728
CIE-Lab67.485212.6801-17.0159

#ad9ec3 color RGB value is (173,158,195).

#ad9ec3 hex color red value is 173, green value is 158 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #ad9ec3 hue: 0.73 , saturation: 0.24 and the lightness value of ad9ec3 is 0.69.

The process color (four color CMYK) of #ad9ec3 color hex is 0.11, 0.19, 0.00, 0.24. Web safe color of #ad9ec3 is #9999cc. Color #ad9ec3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011110 11000011
Octal 255 236 303
Decimal 173 158 195
Hex AD 9E C3

RGB Percentages of Color #ad9ec3

%32.89
%30.04
%37.07

CMYK Percentages of Color #ad9ec3

%11
%19
%0
%24

Triadic Colors of #ad9ec3

#ad9ec3 #c3ad9e #9ec3ad

Analogous Colors of #ad9ec3

#ad9ec3 #c09ec3 #9ea2c3

Monochromatic Colors of #ad9ec3

#ad9ec3

Complementary Color

#ad9ec3 #b4c39e

#ad9ec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9ec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9ec3 Color CSS Codes

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

#ad9ec3 Text Font Color

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

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


#ad9ec3 Background Color

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

This div background color is #ad9ec3


#ad9ec3 Border Color

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

This div border color is #ad9ec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9ec3


Comments

No comments written yet.

Please login to write comment.