Color Hex Logo

#adbabf Color Hex

#ADBABF
(173,186,191)
0 Favorites   0 Comments

Color spaces of #adbabf

RGB 173186191
HSL0.550.120.71
HSV197°75°
CMYK 0.090.030.00   0.25
XYZ44.196547.763656.1801
Yxy47.76360.29830.3224
Hunter Lab69.1112-6.79420.1814
CIE-Lab74.6756-3.4785-4.0750

#adbabf color RGB value is (173,186,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10111111
Octal 255 272 277
Decimal 173 186 191
Hex AD BA BF

RGB Percentages of Color #adbabf

%31.45
%33.82
%34.73

CMYK Percentages of Color #adbabf

%9
%3
%0
%25

Triadic Colors of #adbabf

#adbabf #bfadba #babfad

Analogous Colors of #adbabf

#adbabf #adb1bf #adbfbb

Monochromatic Colors of #adbabf

#adbabf

Complementary Color

#adbabf #bfb2ad

#adbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbabf Color CSS Codes

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

#adbabf Text Font Color

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

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


#adbabf Background Color

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

This div background color is #adbabf


#adbabf Border Color

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

This div border color is #adbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbabf


Comments

No comments written yet.

Please login to write comment.