Color Hex Logo

#adb88c Color Hex

#ADB88C
(173,184,140)
0 Favorites   0 Comments

Color spaces of #adb88c

RGB 173184140
HSL0.210.240.64
HSV75°24°72°
CMYK 0.060.000.24   0.28
XYZ39.107745.058731.4469
Yxy45.05870.33830.3897
Hunter Lab67.1258-13.475419.2120
CIE-Lab72.9305-11.434021.1271

#adb88c color RGB value is (173,184,140).

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

The process color (four color CMYK) of #adb88c color hex is 0.06, 0.00, 0.24, 0.28. Web safe color of #adb88c is #99cc99. Color #adb88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10001100
Octal 255 270 214
Decimal 173 184 140
Hex AD B8 8C

RGB Percentages of Color #adb88c

%34.81
%37.02
%28.17

CMYK Percentages of Color #adb88c

%6
%0
%24
%28

Triadic Colors of #adb88c

#adb88c #8cadb8 #b88cad

Analogous Colors of #adb88c

#adb88c #97b88c #b8ad8c

Monochromatic Colors of #adb88c

#adb88c

Complementary Color

#adb88c #978cb8

#adb88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb88c Color CSS Codes

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

#adb88c Text Font Color

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

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


#adb88c Background Color

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

This div background color is #adb88c


#adb88c Border Color

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

This div border color is #adb88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb88c

#adb88c Color Palettes


Comments

No comments written yet.

Please login to write comment.