Color Hex Logo

#adadbd Color Hex

#ADADBD
(173,173,189)
0 Favorites   0 Comments

Color spaces of #adadbd

RGB 173173189
HSL0.670.110.71
HSV240°74°
CMYK 0.080.080.00   0.26
XYZ41.362542.445554.1569
Yxy42.44550.29980.3077
Hunter Lab65.1502-0.6870-3.6804
CIE-Lab71.17703.1384-8.1579

#adadbd color RGB value is (173,173,189).

#adadbd hex color red value is 173, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #adadbd hue: 0.67 , saturation: 0.11 and the lightness value of adadbd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10111101
Octal 255 255 275
Decimal 173 173 189
Hex AD AD BD

RGB Percentages of Color #adadbd

%32.34
%32.34
%35.33

CMYK Percentages of Color #adadbd

%8
%8
%0
%26

Triadic Colors of #adadbd

#adadbd #bdadad #adbdad

Analogous Colors of #adadbd

#adadbd #b5adbd #adb5bd

Monochromatic Colors of #adadbd

#adadbd

Complementary Color

#adadbd #bdbdad

#adadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadbd Color CSS Codes

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

#adadbd Text Font Color

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

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


#adadbd Background Color

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

This div background color is #adadbd


#adadbd Border Color

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

This div border color is #adadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadbd


Comments

No comments written yet.

Please login to write comment.