Color Hex Logo

#adb3af Color Hex

#ADB3AF
(173,179,175)
0 Favorites   0 Comments

Color spaces of #adb3af

RGB 173179175
HSL0.390.040.69
HSV140°70°
CMYK 0.030.000.02   0.30
XYZ41.091544.219646.9269
Yxy44.21960.31070.3344
Hunter Lab66.4978-6.06934.7081
CIE-Lab72.3750-2.85491.2988

#adb3af color RGB value is (173,179,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 10101111
Octal 255 263 257
Decimal 173 179 175
Hex AD B3 AF

RGB Percentages of Color #adb3af

%32.83
%33.97
%33.21

CMYK Percentages of Color #adb3af

%3
%0
%2
%30

Triadic Colors of #adb3af

#adb3af #afadb3 #b3afad

Analogous Colors of #adb3af

#adb3af #adb3b2 #aeb3ad

Monochromatic Colors of #adb3af

#adb3af

Complementary Color

#adb3af #b3adb1

#adb3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb3af Color CSS Codes

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

#adb3af Text Font Color

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

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


#adb3af Background Color

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

This div background color is #adb3af


#adb3af Border Color

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

This div border color is #adb3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb3af


Comments

No comments written yet.

Please login to write comment.