Color Hex Logo

#adb18c Color Hex

#ADB18C
(173,177,140)
0 Favorites   0 Comments

Color spaces of #adb18c

RGB 173177140
HSL0.180.190.62
HSV66°21°69°
CMYK 0.020.000.21   0.31
XYZ37.689342.222030.9742
Yxy42.22200.33990.3808
Hunter Lab64.9785-10.177417.2223
CIE-Lab71.0237-7.766418.5053

#adb18c color RGB value is (173,177,140).

#adb18c hex color red value is 173, green value is 177 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #adb18c hue: 0.18 , saturation: 0.19 and the lightness value of adb18c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 10001100
Octal 255 261 214
Decimal 173 177 140
Hex AD B1 8C

RGB Percentages of Color #adb18c

%35.31
%36.12
%28.57

CMYK Percentages of Color #adb18c

%2
%0
%21
%31

Triadic Colors of #adb18c

#adb18c #8cadb1 #b18cad

Analogous Colors of #adb18c

#adb18c #9bb18c #b1a38c

Monochromatic Colors of #adb18c

#adb18c

Complementary Color

#adb18c #908cb1

#adb18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb18c Color CSS Codes

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

#adb18c Text Font Color

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

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


#adb18c Background Color

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

This div background color is #adb18c


#adb18c Border Color

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

This div border color is #adb18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb18c


Comments

No comments written yet.

Please login to write comment.