Color Hex Logo

#adb884 Color Hex

#ADB884
(173,184,132)
0 Favorites   0 Comments

Color spaces of #adb884

RGB 173184132
HSL0.200.270.62
HSV73°28°72°
CMYK 0.060.000.28   0.28
XYZ38.538944.831228.4519
Yxy44.83120.34460.4009
Hunter Lab66.9561-14.431321.6750
CIE-Lab72.7806-12.599625.2064

#adb884 color RGB value is (173,184,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10000100
Octal 255 270 204
Decimal 173 184 132
Hex AD B8 84

RGB Percentages of Color #adb884

%35.38
%37.63
%26.99

CMYK Percentages of Color #adb884

%6
%0
%28
%28

Triadic Colors of #adb884

#adb884 #84adb8 #b884ad

Analogous Colors of #adb884

#adb884 #93b884 #b8a984

Monochromatic Colors of #adb884

#adb884

Complementary Color

#adb884 #8f84b8

#adb884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb884 Color CSS Codes

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

#adb884 Text Font Color

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

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


#adb884 Background Color

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

This div background color is #adb884


#adb884 Border Color

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

This div border color is #adb884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb884


Comments

No comments written yet.

Please login to write comment.