Color Hex Logo

#adb681 Color Hex

#ADB681
(173,182,129)
0 Favorites   0 Comments

Color spaces of #adb681

RGB 173182129
HSL0.190.270.61
HSV70°29°71°
CMYK 0.050.000.29   0.29
XYZ37.924043.925127.2485
Yxy43.92510.34760.4026
Hunter Lab66.2760-13.843022.0169
CIE-Lab72.1784-11.982625.9968

#adb681 color RGB value is (173,182,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10000001
Octal 255 266 201
Decimal 173 182 129
Hex AD B6 81

RGB Percentages of Color #adb681

%35.74
%37.60
%26.65

CMYK Percentages of Color #adb681

%5
%0
%29
%29

Triadic Colors of #adb681

#adb681 #81adb6 #b681ad

Analogous Colors of #adb681

#adb681 #93b681 #b6a581

Monochromatic Colors of #adb681

#adb681

Complementary Color

#adb681 #8a81b6

#adb681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb681 Color CSS Codes

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

#adb681 Text Font Color

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

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


#adb681 Background Color

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

This div background color is #adb681


#adb681 Border Color

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

This div border color is #adb681


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,182,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 #adb681">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb681


Comments

No comments written yet.

Please login to write comment.