Color Hex Logo

#adb4bf Color Hex

#ADB4BF
(173,180,191)
0 Favorites   0 Comments

Color spaces of #adb4bf

RGB 173180191
HSL0.600.120.71
HSV217°75°
CMYK 0.090.060.00   0.25
XYZ42.958845.288355.7676
Yxy45.28830.29830.3145
Hunter Lab67.2966-3.8235-2.0251
CIE-Lab73.0813-0.2570-6.4302

#adb4bf color RGB value is (173,180,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 10111111
Octal 255 264 277
Decimal 173 180 191
Hex AD B4 BF

RGB Percentages of Color #adb4bf

%31.80
%33.09
%35.11

CMYK Percentages of Color #adb4bf

%9
%6
%0
%25

Triadic Colors of #adb4bf

#adb4bf #bfadb4 #b4bfad

Analogous Colors of #adb4bf

#adb4bf #afadbf #adbdbf

Monochromatic Colors of #adb4bf

#adb4bf

Complementary Color

#adb4bf #bfb8ad

#adb4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb4bf Color CSS Codes

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

#adb4bf Text Font Color

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

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


#adb4bf Background Color

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

This div background color is #adb4bf


#adb4bf Border Color

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

This div border color is #adb4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb4bf

#adb4bf Color Palettes


Comments

No comments written yet.

Please login to write comment.