Color Hex Logo

#ada8b9 Color Hex

#ADA8B9
(173,168,185)
0 Favorites   0 Comments

Color spaces of #ada8b9

RGB 173168185
HSL0.720.110.69
HSV258°73°
CMYK 0.060.090.00   0.27
XYZ39.993240.392351.5876
Yxy40.39230.30300.3061
Hunter Lab63.55491.1035-3.6373
CIE-Lab69.74805.0696-8.0749

#ada8b9 color RGB value is (173,168,185).

#ada8b9 hex color red value is 173, green value is 168 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ada8b9 hue: 0.72 , saturation: 0.11 and the lightness value of ada8b9 is 0.69.

The process color (four color CMYK) of #ada8b9 color hex is 0.06, 0.09, 0.00, 0.27. Web safe color of #ada8b9 is #9999cc. Color #ada8b9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 10111001
Octal 255 250 271
Decimal 173 168 185
Hex AD A8 B9

RGB Percentages of Color #ada8b9

%32.89
%31.94
%35.17

CMYK Percentages of Color #ada8b9

%6
%9
%0
%27

Triadic Colors of #ada8b9

#ada8b9 #b9ada8 #a8b9ad

Analogous Colors of #ada8b9

#ada8b9 #b6a8b9 #a8acb9

Monochromatic Colors of #ada8b9

#ada8b9

Complementary Color

#ada8b9 #b4b9a8

#ada8b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada8b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada8b9 Color CSS Codes

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

#ada8b9 Text Font Color

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

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


#ada8b9 Background Color

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

This div background color is #ada8b9


#ada8b9 Border Color

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

This div border color is #ada8b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada8b9


Comments

No comments written yet.

Please login to write comment.