Color Hex Logo

#ada3cb Color Hex

#ADA3CB
(173,163,203)
0 Favorites   0 Comments

Color spaces of #ada3cb

RGB 173163203
HSL0.710.280.72
HSV255°20°80°
CMYK 0.150.200.00   0.20
XYZ41.110339.390461.9363
Yxy39.39040.28860.2765
Hunter Lab62.76187.0882-14.5770
CIE-Lab69.033111.6076-19.1049

#ada3cb color RGB value is (173,163,203).

#ada3cb hex color red value is 173, green value is 163 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ada3cb hue: 0.71 , saturation: 0.28 and the lightness value of ada3cb is 0.72.

The process color (four color CMYK) of #ada3cb color hex is 0.15, 0.20, 0.00, 0.20. Web safe color of #ada3cb is #9999cc. Color #ada3cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 11001011
Octal 255 243 313
Decimal 173 163 203
Hex AD A3 CB

RGB Percentages of Color #ada3cb

%32.10
%30.24
%37.66

CMYK Percentages of Color #ada3cb

%15
%20
%0
%20

Triadic Colors of #ada3cb

#ada3cb #cbada3 #a3cbad

Analogous Colors of #ada3cb

#ada3cb #c1a3cb #a3adcb

Monochromatic Colors of #ada3cb

#ada3cb

Complementary Color

#ada3cb #c1cba3

#ada3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3cb Color CSS Codes

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

#ada3cb Text Font Color

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

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


#ada3cb Background Color

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

This div background color is #ada3cb


#ada3cb Border Color

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

This div border color is #ada3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3cb


Comments

No comments written yet.

Please login to write comment.