Color Hex Logo

#adb085 Color Hex

#ADB085
(173,176,133)
0 Favorites   0 Comments

Color spaces of #adb085

RGB 173176133
HSL0.180.210.61
HSV64°24°69°
CMYK 0.020.000.24   0.31
XYZ36.992641.628428.2757
Yxy41.62840.34610.3894
Hunter Lab64.5201-10.567119.1804
CIE-Lab70.6140-8.277821.7353

#adb085 color RGB value is (173,176,133).

#adb085 hex color red value is 173, green value is 176 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #adb085 hue: 0.18 , saturation: 0.21 and the lightness value of adb085 is 0.61.

The process color (four color CMYK) of #adb085 color hex is 0.02, 0.00, 0.24, 0.31. Web safe color of #adb085 is #999999. Color #adb085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 10000101
Octal 255 260 205
Decimal 173 176 133
Hex AD B0 85

RGB Percentages of Color #adb085

%35.89
%36.51
%27.59

CMYK Percentages of Color #adb085

%2
%0
%24
%31

Triadic Colors of #adb085

#adb085 #85adb0 #b085ad

Analogous Colors of #adb085

#adb085 #98b085 #b09e85

Monochromatic Colors of #adb085

#adb085

Complementary Color

#adb085 #8885b0

#adb085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb085 Color CSS Codes

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

#adb085 Text Font Color

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

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


#adb085 Background Color

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

This div background color is #adb085


#adb085 Border Color

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

This div border color is #adb085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb085


Comments

No comments written yet.

Please login to write comment.