Color Hex Logo

#adb19c Color Hex

#ADB19C
(173,177,156)
0 Favorites   0 Comments

Color spaces of #adb19c

RGB 173177156
HSL0.200.120.65
HSV71°12°69°
CMYK 0.020.000.12   0.31
XYZ38.956542.728837.6468
Yxy42.72880.32650.3581
Hunter Lab65.3673-8.013311.6104
CIE-Lab71.3705-5.189710.2650

#adb19c color RGB value is (173,177,156).

#adb19c hex color red value is 173, green value is 177 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #adb19c hue: 0.20 , saturation: 0.12 and the lightness value of adb19c is 0.65.

The process color (four color CMYK) of #adb19c color hex is 0.02, 0.00, 0.12, 0.31. Web safe color of #adb19c is #999999. Color #adb19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 10011100
Octal 255 261 234
Decimal 173 177 156
Hex AD B1 9C

RGB Percentages of Color #adb19c

%34.19
%34.98
%30.83

CMYK Percentages of Color #adb19c

%2
%0
%12
%31

Triadic Colors of #adb19c

#adb19c #9cadb1 #b19cad

Analogous Colors of #adb19c

#adb19c #a3b19c #b1ab9c

Monochromatic Colors of #adb19c

#adb19c

Complementary Color

#adb19c #a09cb1

#adb19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb19c Color CSS Codes

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

#adb19c Text Font Color

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

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


#adb19c Background Color

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

This div background color is #adb19c


#adb19c Border Color

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

This div border color is #adb19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb19c


Comments

No comments written yet.

Please login to write comment.