Color Hex Logo

#adb48c Color Hex

#ADB48C
(173,180,140)
0 Favorites   0 Comments

Color spaces of #adb48c

RGB 173180140
HSL0.200.210.63
HSV71°22°71°
CMYK 0.040.000.22   0.29
XYZ38.288543.420231.1739
Yxy43.42020.33920.3846
Hunter Lab65.8940-11.595018.0762
CIE-Lab71.8392-9.345219.6293

#adb48c color RGB value is (173,180,140).

#adb48c hex color red value is 173, green value is 180 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #adb48c hue: 0.20 , saturation: 0.21 and the lightness value of adb48c is 0.63.

The process color (four color CMYK) of #adb48c color hex is 0.04, 0.00, 0.22, 0.29. Web safe color of #adb48c is #99cc99. Color #adb48c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 10001100
Octal 255 264 214
Decimal 173 180 140
Hex AD B4 8C

RGB Percentages of Color #adb48c

%35.09
%36.51
%28.40

CMYK Percentages of Color #adb48c

%4
%0
%22
%29

Triadic Colors of #adb48c

#adb48c #8cadb4 #b48cad

Analogous Colors of #adb48c

#adb48c #99b48c #b4a78c

Monochromatic Colors of #adb48c

#adb48c

Complementary Color

#adb48c #938cb4

#adb48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb48c Color CSS Codes

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

#adb48c Text Font Color

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

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


#adb48c Background Color

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

This div background color is #adb48c


#adb48c Border Color

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

This div border color is #adb48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb48c


Comments

No comments written yet.

Please login to write comment.