Color Hex Logo

#ada2bf Color Hex

#ADA2BF
(173,162,191)
0 Favorites   0 Comments

Color spaces of #ada2bf

RGB 173162191
HSL0.730.180.69
HSV263°15°75°
CMYK 0.090.150.00   0.25
XYZ39.557938.486554.6339
Yxy38.48650.29810.2901
Hunter Lab62.03755.2540-8.7881
CIE-Lab68.37779.6120-13.4482

#ada2bf color RGB value is (173,162,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10111111
Octal 255 242 277
Decimal 173 162 191
Hex AD A2 BF

RGB Percentages of Color #ada2bf

%32.89
%30.80
%36.31

CMYK Percentages of Color #ada2bf

%9
%15
%0
%25

Triadic Colors of #ada2bf

#ada2bf #bfada2 #a2bfad

Analogous Colors of #ada2bf

#ada2bf #bca2bf #a2a6bf

Monochromatic Colors of #ada2bf

#ada2bf

Complementary Color

#ada2bf #b4bfa2

#ada2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada2bf Color CSS Codes

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

#ada2bf Text Font Color

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

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


#ada2bf Background Color

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

This div background color is #ada2bf


#ada2bf Border Color

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

This div border color is #ada2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada2bf


Comments

No comments written yet.

Please login to write comment.