Color Hex Logo

#adb581 Color Hex

#ADB581
(173,181,129)
0 Favorites   0 Comments

Color spaces of #adb581

RGB 173181129
HSL0.190.260.61
HSV69°29°71°
CMYK 0.040.000.29   0.29
XYZ37.719943.517027.1804
Yxy43.51700.34790.4014
Hunter Lab65.9674-13.377421.7481
CIE-Lab71.9045-11.463425.6296

#adb581 color RGB value is (173,181,129).

#adb581 hex color red value is 173, green value is 181 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #adb581 hue: 0.19 , saturation: 0.26 and the lightness value of adb581 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 10000001
Octal 255 265 201
Decimal 173 181 129
Hex AD B5 81

RGB Percentages of Color #adb581

%35.82
%37.47
%26.71

CMYK Percentages of Color #adb581

%4
%0
%29
%29

Triadic Colors of #adb581

#adb581 #81adb5 #b581ad

Analogous Colors of #adb581

#adb581 #93b581 #b5a381

Monochromatic Colors of #adb581

#adb581

Complementary Color

#adb581 #8981b5

#adb581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb581 Color CSS Codes

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

#adb581 Text Font Color

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

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


#adb581 Background Color

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

This div background color is #adb581


#adb581 Border Color

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

This div border color is #adb581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb581


Comments

No comments written yet.

Please login to write comment.