Color Hex Logo

#ada9bf Color Hex

#ADA9BF
(173,169,191)
0 Favorites   0 Comments

Color spaces of #ada9bf

RGB 173169191
HSL0.700.150.71
HSV251°12°75°
CMYK 0.090.120.00   0.25
XYZ40.825541.021855.0565
Yxy41.02180.29820.2996
Hunter Lab64.04831.6946-6.1325
CIE-Lab70.19125.7407-10.7301

#ada9bf color RGB value is (173,169,191).

#ada9bf hex color red value is 173, green value is 169 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ada9bf hue: 0.70 , saturation: 0.15 and the lightness value of ada9bf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10111111
Octal 255 251 277
Decimal 173 169 191
Hex AD A9 BF

RGB Percentages of Color #ada9bf

%32.46
%31.71
%35.83

CMYK Percentages of Color #ada9bf

%9
%12
%0
%25

Triadic Colors of #ada9bf

#ada9bf #bfada9 #a9bfad

Analogous Colors of #ada9bf

#ada9bf #b8a9bf #a9b0bf

Monochromatic Colors of #ada9bf

#ada9bf

Complementary Color

#ada9bf #bbbfa9

#ada9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada9bf Color CSS Codes

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

#ada9bf Text Font Color

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

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


#ada9bf Background Color

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

This div background color is #ada9bf


#ada9bf Border Color

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

This div border color is #ada9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada9bf


Comments

No comments written yet.

Please login to write comment.