Color Hex Logo

#adb894 Color Hex

#ADB894
(173,184,148)
0 Favorites   0 Comments

Color spaces of #adb894

RGB 173184148
HSL0.220.200.65
HSV78°20°72°
CMYK 0.060.000.20   0.28
XYZ39.719445.303334.6680
Yxy45.30330.33190.3785
Hunter Lab67.3077-12.452716.5771
CIE-Lab73.0912-10.197417.0362

#adb894 color RGB value is (173,184,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10010100
Octal 255 270 224
Decimal 173 184 148
Hex AD B8 94

RGB Percentages of Color #adb894

%34.26
%36.44
%29.31

CMYK Percentages of Color #adb894

%6
%0
%20
%28

Triadic Colors of #adb894

#adb894 #94adb8 #b894ad

Analogous Colors of #adb894

#adb894 #9bb894 #b8b194

Monochromatic Colors of #adb894

#adb894

Complementary Color

#adb894 #9f94b8

#adb894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb894 Color CSS Codes

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

#adb894 Text Font Color

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

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


#adb894 Background Color

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

This div background color is #adb894


#adb894 Border Color

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

This div border color is #adb894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb894

#adb894 Color Palettes


Comments

No comments written yet.

Please login to write comment.