Color Hex Logo

#adbdbf Color Hex

#ADBDBF
(173,189,191)
0 Favorites   0 Comments

Color spaces of #adbdbf

RGB 173189191
HSL0.520.120.71
HSV187°75°
CMYK 0.090.010.00   0.25
XYZ44.835149.041056.3930
Yxy49.04100.29840.3264
Hunter Lab70.0293-8.26951.2756
CIE-Lab75.4768-5.0754-2.8959

#adbdbf color RGB value is (173,189,191).

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

The process color (four color CMYK) of #adbdbf color hex is 0.09, 0.01, 0.00, 0.25. Web safe color of #adbdbf is #99cccc. Color #adbdbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10111111
Octal 255 275 277
Decimal 173 189 191
Hex AD BD BF

RGB Percentages of Color #adbdbf

%31.28
%34.18
%34.54

CMYK Percentages of Color #adbdbf

%9
%1
%0
%25

Triadic Colors of #adbdbf

#adbdbf #bfadbd #bdbfad

Analogous Colors of #adbdbf

#adbdbf #adb4bf #adbfb8

Monochromatic Colors of #adbdbf

#adbdbf

Complementary Color

#adbdbf #bfafad

#adbdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdbf Color CSS Codes

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

#adbdbf Text Font Color

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

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


#adbdbf Background Color

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

This div background color is #adbdbf


#adbdbf Border Color

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

This div border color is #adbdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdbf

#adbdbf Color Palettes


Comments

No comments written yet.

Please login to write comment.