Color Hex Logo

#adb565 Color Hex

#ADB565
(173,181,101)
0 Favorites   0 Comments

Color spaces of #adb565

RGB 173181101
HSL0.180.350.55
HSV66°44°71°
CMYK 0.040.000.44   0.29
XYZ36.106442.871618.6839
Yxy42.87160.36970.4390
Hunter Lab65.4764-16.151428.9149
CIE-Lab71.4677-14.896639.6676

#adb565 color RGB value is (173,181,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 01100101
Octal 255 265 145
Decimal 173 181 101
Hex AD B5 65

RGB Percentages of Color #adb565

%38.02
%39.78
%22.20

CMYK Percentages of Color #adb565

%4
%0
%44
%29

Triadic Colors of #adb565

#adb565 #65adb5 #b565ad

Analogous Colors of #adb565

#adb565 #85b565 #b59565

Monochromatic Colors of #adb565

#adb565

Complementary Color

#adb565 #6d65b5

#adb565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb565 Color CSS Codes

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

#adb565 Text Font Color

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

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


#adb565 Background Color

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

This div background color is #adb565


#adb565 Border Color

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

This div border color is #adb565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb565


Comments

No comments written yet.

Please login to write comment.