Color Hex Logo

#adadba Color Hex

#ADADBA
(173,173,186)
0 Favorites   0 Comments

Color spaces of #adadba

RGB 173173186
HSL0.670.090.70
HSV240°73°
CMYK 0.070.070.00   0.27
XYZ41.040142.316552.4592
Yxy42.31650.30220.3116
Hunter Lab65.0511-1.2256-2.2775
CIE-Lab71.08862.5325-6.6368

#adadba color RGB value is (173,173,186).

#adadba hex color red value is 173, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #adadba hue: 0.67 , saturation: 0.09 and the lightness value of adadba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10111010
Octal 255 255 272
Decimal 173 173 186
Hex AD AD BA

RGB Percentages of Color #adadba

%32.52
%32.52
%34.96

CMYK Percentages of Color #adadba

%7
%7
%0
%27

Triadic Colors of #adadba

#adadba #baadad #adbaad

Analogous Colors of #adadba

#adadba #b4adba #adb4ba

Monochromatic Colors of #adadba

#adadba

Complementary Color

#adadba #babaad

#adadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadba Color CSS Codes

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

#adadba Text Font Color

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

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


#adadba Background Color

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

This div background color is #adadba


#adadba Border Color

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

This div border color is #adadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadba


Comments

No comments written yet.

Please login to write comment.