Color Hex Logo

#adb2af Color Hex

#ADB2AF
(173,178,175)
1 Favorites   0 Comments

Color spaces of #adb2af

RGB 173178175
HSL0.400.030.69
HSV144°70°
CMYK 0.030.000.02   0.30
XYZ40.891843.820246.8603
Yxy43.82020.31080.3331
Hunter Lab66.1968-5.57964.3668
CIE-Lab72.1082-2.31800.9101

#adb2af color RGB value is (173,178,175).

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

The process color (four color CMYK) of #adb2af color hex is 0.03, 0.00, 0.02, 0.30. Web safe color of #adb2af is #999999. Color #adb2af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10101111
Octal 255 262 257
Decimal 173 178 175
Hex AD B2 AF

RGB Percentages of Color #adb2af

%32.89
%33.84
%33.27

CMYK Percentages of Color #adb2af

%3
%0
%2
%30

Triadic Colors of #adb2af

#adb2af #afadb2 #b2afad

Analogous Colors of #adb2af

#adb2af #adb2b2 #aeb2ad

Monochromatic Colors of #adb2af

#adb2af

Complementary Color

#adb2af #b2adb0

#adb2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb2af Color CSS Codes

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

#adb2af Text Font Color

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

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


#adb2af Background Color

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

This div background color is #adb2af


#adb2af Border Color

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

This div border color is #adb2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb2af

#adb2af Color Palettes


Comments

No comments written yet.

Please login to write comment.