Color Hex Logo

#adb795 Color Hex

#ADB795
(173,183,149)
0 Favorites   0 Comments

Color spaces of #adb795

RGB 173183149
HSL0.220.190.65
HSV78°19°72°
CMYK 0.050.000.19   0.28
XYZ39.591944.921135.0177
Yxy44.92110.33120.3758
Hunter Lab67.0232-11.847215.9389
CIE-Lab72.8399-9.514916.1454

#adb795 color RGB value is (173,183,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 10010101
Octal 255 267 225
Decimal 173 183 149
Hex AD B7 95

RGB Percentages of Color #adb795

%34.26
%36.24
%29.50

CMYK Percentages of Color #adb795

%5
%0
%19
%28

Triadic Colors of #adb795

#adb795 #95adb7 #b795ad

Analogous Colors of #adb795

#adb795 #9cb795 #b7b095

Monochromatic Colors of #adb795

#adb795

Complementary Color

#adb795 #9f95b7

#adb795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb795 Color CSS Codes

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

#adb795 Text Font Color

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

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


#adb795 Background Color

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

This div background color is #adb795


#adb795 Border Color

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

This div border color is #adb795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb795


Comments

No comments written yet.

Please login to write comment.