Color Hex Logo

#adbabd Color Hex

#ADBABD
(173,186,189)
0 Favorites   0 Comments

Color spaces of #adbabd

RGB 173186189
HSL0.530.110.71
HSV191°74°
CMYK 0.080.020.00   0.26
XYZ43.977847.676255.0287
Yxy47.67620.29980.3250
Hunter Lab69.0480-7.14431.0816
CIE-Lab74.6202-3.8800-3.0670

#adbabd color RGB value is (173,186,189).

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

The process color (four color CMYK) of #adbabd color hex is 0.08, 0.02, 0.00, 0.26. Web safe color of #adbabd is #99cccc. Color #adbabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10111101
Octal 255 272 275
Decimal 173 186 189
Hex AD BA BD

RGB Percentages of Color #adbabd

%31.57
%33.94
%34.49

CMYK Percentages of Color #adbabd

%8
%2
%0
%26

Triadic Colors of #adbabd

#adbabd #bdadba #babdad

Analogous Colors of #adbabd

#adbabd #adb2bd #adbdb8

Monochromatic Colors of #adbabd

#adbabd

Complementary Color

#adbabd #bdb0ad

#adbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbabd Color CSS Codes

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

#adbabd Text Font Color

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

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


#adbabd Background Color

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

This div background color is #adbabd


#adbabd Border Color

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

This div border color is #adbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbabd


Comments

No comments written yet.

Please login to write comment.