Color Hex Logo

#ada9be Color Hex

#ADA9BE
(173,169,190)
0 Favorites   0 Comments

Color spaces of #ada9be

RGB 173169190
HSL0.700.140.70
HSV251°11°75°
CMYK 0.090.110.00   0.25
XYZ40.715840.977954.4788
Yxy40.97790.29900.3009
Hunter Lab64.01401.5096-5.6487
CIE-Lab70.16045.5351-10.2239

#ada9be color RGB value is (173,169,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10111110
Octal 255 251 276
Decimal 173 169 190
Hex AD A9 BE

RGB Percentages of Color #ada9be

%32.52
%31.77
%35.71

CMYK Percentages of Color #ada9be

%9
%11
%0
%25

Triadic Colors of #ada9be

#ada9be #beada9 #a9bead

Analogous Colors of #ada9be

#ada9be #b8a9be #a9b0be

Monochromatic Colors of #ada9be

#ada9be

Complementary Color

#ada9be #babea9

#ada9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada9be Color CSS Codes

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

#ada9be Text Font Color

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

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


#ada9be Background Color

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

This div background color is #ada9be


#ada9be Border Color

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

This div border color is #ada9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada9be


Comments

No comments written yet.

Please login to write comment.