Color Hex Logo

#adb888 Color Hex

#ADB888
(173,184,136)
0 Favorites   0 Comments

Color spaces of #adb888

RGB 173184136
HSL0.200.250.63
HSV74°26°72°
CMYK 0.060.000.26   0.28
XYZ38.818044.942829.9215
Yxy44.94280.34150.3953
Hunter Lab67.0394-13.961620.4648
CIE-Lab72.8542-12.025623.1687

#adb888 color RGB value is (173,184,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10001000
Octal 255 270 210
Decimal 173 184 136
Hex AD B8 88

RGB Percentages of Color #adb888

%35.09
%37.32
%27.59

CMYK Percentages of Color #adb888

%6
%0
%26
%28

Triadic Colors of #adb888

#adb888 #88adb8 #b888ad

Analogous Colors of #adb888

#adb888 #95b888 #b8ab88

Monochromatic Colors of #adb888

#adb888

Complementary Color

#adb888 #9388b8

#adb888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb888 Color CSS Codes

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

#adb888 Text Font Color

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

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


#adb888 Background Color

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

This div background color is #adb888


#adb888 Border Color

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

This div border color is #adb888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb888


Comments

No comments written yet.

Please login to write comment.