Color Hex Logo

#adb781 Color Hex

#ADB781
(173,183,129)
0 Favorites   0 Comments

Color spaces of #adb781

RGB 173183129
HSL0.200.270.61
HSV71°30°72°
CMYK 0.050.000.30   0.28
XYZ38.129544.336227.3170
Yxy44.33620.34730.4039
Hunter Lab66.5854-14.308222.2858
CIE-Lab72.4526-12.501026.3641

#adb781 color RGB value is (173,183,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 10000001
Octal 255 267 201
Decimal 173 183 129
Hex AD B7 81

RGB Percentages of Color #adb781

%35.67
%37.73
%26.60

CMYK Percentages of Color #adb781

%5
%0
%30
%28

Triadic Colors of #adb781

#adb781 #81adb7 #b781ad

Analogous Colors of #adb781

#adb781 #92b781 #b7a681

Monochromatic Colors of #adb781

#adb781

Complementary Color

#adb781 #8b81b7

#adb781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb781 Color CSS Codes

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

#adb781 Text Font Color

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

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


#adb781 Background Color

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

This div background color is #adb781


#adb781 Border Color

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

This div border color is #adb781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb781


Comments

No comments written yet.

Please login to write comment.