Color Hex Logo

#adb2bf Color Hex

#ADB2BF
(173,178,191)
0 Favorites   0 Comments

Color spaces of #adb2bf

RGB 173178191
HSL0.620.120.71
HSV223°75°
CMYK 0.090.070.00   0.25
XYZ42.557944.486655.6339
Yxy44.48660.29830.3118
Hunter Lab66.6983-2.8272-2.7658
CIE-Lab72.55250.8249-7.2139

#adb2bf color RGB value is (173,178,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10111111
Octal 255 262 277
Decimal 173 178 191
Hex AD B2 BF

RGB Percentages of Color #adb2bf

%31.92
%32.84
%35.24

CMYK Percentages of Color #adb2bf

%9
%7
%0
%25

Triadic Colors of #adb2bf

#adb2bf #bfadb2 #b2bfad

Analogous Colors of #adb2bf

#adb2bf #b1adbf #adbbbf

Monochromatic Colors of #adb2bf

#adb2bf

Complementary Color

#adb2bf #bfbaad

#adb2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb2bf Color CSS Codes

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

#adb2bf Text Font Color

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

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


#adb2bf Background Color

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

This div background color is #adb2bf


#adb2bf Border Color

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

This div border color is #adb2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb2bf


Comments

No comments written yet.

Please login to write comment.