Color Hex Logo

#adb988 Color Hex

#ADB988
(173,185,136)
0 Favorites   0 Comments

Color spaces of #adb988

RGB 173185136
HSL0.210.260.63
HSV75°26°73°
CMYK 0.060.000.26   0.27
XYZ39.026545.359729.9909
Yxy45.35970.34120.3966
Hunter Lab67.3496-14.428020.7428
CIE-Lab73.1281-12.543223.5404

#adb988 color RGB value is (173,185,136).

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

The process color (four color CMYK) of #adb988 color hex is 0.06, 0.00, 0.26, 0.27. Web safe color of #adb988 is #99cc99. Color #adb988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 10001000
Octal 255 271 210
Decimal 173 185 136
Hex AD B9 88

RGB Percentages of Color #adb988

%35.02
%37.45
%27.53

CMYK Percentages of Color #adb988

%6
%0
%26
%27

Triadic Colors of #adb988

#adb988 #88adb9 #b988ad

Analogous Colors of #adb988

#adb988 #95b988 #b9ad88

Monochromatic Colors of #adb988

#adb988

Complementary Color

#adb988 #9488b9

#adb988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb988 Color CSS Codes

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

#adb988 Text Font Color

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

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


#adb988 Background Color

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

This div background color is #adb988


#adb988 Border Color

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

This div border color is #adb988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb988


Comments

No comments written yet.

Please login to write comment.