Color Hex Logo

#ada3bc Color Hex

#ADA3BC
(173,163,188)
0 Favorites   0 Comments

Color spaces of #ada3bc

RGB 173163188
HSL0.730.160.69
HSV264°13°74°
CMYK 0.080.130.00   0.26
XYZ39.407938.709552.9716
Yxy38.70950.30060.2953
Hunter Lab62.21704.1813-6.9277
CIE-Lab68.54038.4385-11.5393

#ada3bc color RGB value is (173,163,188).

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

The process color (four color CMYK) of #ada3bc color hex is 0.08, 0.13, 0.00, 0.26. Web safe color of #ada3bc is #9999cc. Color #ada3bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 10111100
Octal 255 243 274
Decimal 173 163 188
Hex AD A3 BC

RGB Percentages of Color #ada3bc

%33.02
%31.11
%35.88

CMYK Percentages of Color #ada3bc

%8
%13
%0
%26

Triadic Colors of #ada3bc

#ada3bc #bcada3 #a3bcad

Analogous Colors of #ada3bc

#ada3bc #baa3bc #a3a6bc

Monochromatic Colors of #ada3bc

#ada3bc

Complementary Color

#ada3bc #b2bca3

#ada3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3bc Color CSS Codes

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

#ada3bc Text Font Color

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

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


#ada3bc Background Color

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

This div background color is #ada3bc


#ada3bc Border Color

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

This div border color is #ada3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3bc


Comments

No comments written yet.

Please login to write comment.