Color Hex Logo

#adb09c Color Hex

#ADB09C
(173,176,156)
0 Favorites   0 Comments

Color spaces of #adb09c

RGB 173176156
HSL0.190.110.65
HSV69°11°69°
CMYK 0.020.000.11   0.31
XYZ38.759742.335237.5811
Yxy42.33520.32660.3567
Hunter Lab65.0655-7.531711.3006
CIE-Lab71.1014-4.65629.8828

#adb09c color RGB value is (173,176,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 10011100
Octal 255 260 234
Decimal 173 176 156
Hex AD B0 9C

RGB Percentages of Color #adb09c

%34.26
%34.85
%30.89

CMYK Percentages of Color #adb09c

%2
%0
%11
%31

Triadic Colors of #adb09c

#adb09c #9cadb0 #b09cad

Analogous Colors of #adb09c

#adb09c #a3b09c #b0a99c

Monochromatic Colors of #adb09c

#adb09c

Complementary Color

#adb09c #9f9cb0

#adb09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb09c Color CSS Codes

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

#adb09c Text Font Color

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

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


#adb09c Background Color

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

This div background color is #adb09c


#adb09c Border Color

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

This div border color is #adb09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb09c


Comments

No comments written yet.

Please login to write comment.