Color Hex Logo

#adb561 Color Hex

#ADB561
(173,181,97)
0 Favorites   0 Comments

Color spaces of #adb561

RGB 17318197
HSL0.180.360.55
HSV66°46°71°
CMYK 0.040.000.46   0.29
XYZ35.915142.795117.6766
Yxy42.79510.37260.4440
Hunter Lab65.4180-16.483229.7718
CIE-Lab71.4157-15.312941.6121

#adb561 color RGB value is (173,181,97).

#adb561 hex color red value is 173, green value is 181 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #adb561 hue: 0.18 , saturation: 0.36 and the lightness value of adb561 is 0.55.

The process color (four color CMYK) of #adb561 color hex is 0.04, 0.00, 0.46, 0.29. Web safe color of #adb561 is #99cc66. Color #adb561 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 01100001
Octal 255 265 141
Decimal 173 181 97
Hex AD B5 61

RGB Percentages of Color #adb561

%38.36
%40.13
%21.51

CMYK Percentages of Color #adb561

%4
%0
%46
%29

Triadic Colors of #adb561

#adb561 #61adb5 #b561ad

Analogous Colors of #adb561

#adb561 #83b561 #b59361

Monochromatic Colors of #adb561

#adb561

Complementary Color

#adb561 #6961b5

#adb561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb561 Color CSS Codes

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

#adb561 Text Font Color

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

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


#adb561 Background Color

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

This div background color is #adb561


#adb561 Border Color

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

This div border color is #adb561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb561


Comments

No comments written yet.

Please login to write comment.