Color Hex Logo

#adb376 Color Hex

#ADB376
(173,179,118)
0 Favorites   0 Comments

Color spaces of #adb376

RGB 173179118
HSL0.180.290.58
HSV66°34°70°
CMYK 0.030.000.34   0.30
XYZ36.623742.432423.3995
Yxy42.43240.35750.4142
Hunter Lab65.1402-13.637424.3001
CIE-Lab71.1680-11.883530.4928

#adb376 color RGB value is (173,179,118).

#adb376 hex color red value is 173, green value is 179 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #adb376 hue: 0.18 , saturation: 0.29 and the lightness value of adb376 is 0.58.

The process color (four color CMYK) of #adb376 color hex is 0.03, 0.00, 0.34, 0.30. Web safe color of #adb376 is #99cc66. Color #adb376 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 01110110
Octal 255 263 166
Decimal 173 179 118
Hex AD B3 76

RGB Percentages of Color #adb376

%36.81
%38.09
%25.11

CMYK Percentages of Color #adb376

%3
%0
%34
%30

Triadic Colors of #adb376

#adb376 #76adb3 #b376ad

Analogous Colors of #adb376

#adb376 #8fb376 #b39b76

Monochromatic Colors of #adb376

#adb376

Complementary Color

#adb376 #7c76b3

#adb376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb376 Color CSS Codes

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

#adb376 Text Font Color

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

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


#adb376 Background Color

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

This div background color is #adb376


#adb376 Border Color

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

This div border color is #adb376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb376


Comments

No comments written yet.

Please login to write comment.