Color Hex Logo

#adb2b4 Color Hex

#ADB2B4
(173,178,180)
0 Favorites   0 Comments

Color spaces of #adb2b4

RGB 173178180
HSL0.550.040.69
HSV197°71°
CMYK 0.040.010.00   0.29
XYZ41.392244.020349.4952
Yxy44.02030.30680.3263
Hunter Lab66.3478-4.74842.2133
CIE-Lab72.2421-1.3617-1.6377

#adb2b4 color RGB value is (173,178,180).

#adb2b4 hex color red value is 173, green value is 178 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #adb2b4 hue: 0.55 , saturation: 0.04 and the lightness value of adb2b4 is 0.69.

The process color (four color CMYK) of #adb2b4 color hex is 0.04, 0.01, 0.00, 0.29. Web safe color of #adb2b4 is #9999cc. Color #adb2b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10110100
Octal 255 262 264
Decimal 173 178 180
Hex AD B2 B4

RGB Percentages of Color #adb2b4

%32.58
%33.52
%33.90

CMYK Percentages of Color #adb2b4

%4
%1
%0
%29

Triadic Colors of #adb2b4

#adb2b4 #b4adb2 #b2b4ad

Analogous Colors of #adb2b4

#adb2b4 #adafb4 #adb4b3

Monochromatic Colors of #adb2b4

#adb2b4

Complementary Color

#adb2b4 #b4afad

#adb2b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb2b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb2b4 Color CSS Codes

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

#adb2b4 Text Font Color

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

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


#adb2b4 Background Color

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

This div background color is #adb2b4


#adb2b4 Border Color

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

This div border color is #adb2b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb2b4

#adb2b4 Color Palettes


Comments

No comments written yet.

Please login to write comment.