Color Hex Logo

#adb476 Color Hex

#ADB476
(173,180,118)
0 Favorites   0 Comments

Color spaces of #adb476

RGB 173180118
HSL0.190.290.58
HSV67°34°71°
CMYK 0.040.000.34   0.29
XYZ36.824942.834823.4666
Yxy42.83480.35710.4154
Hunter Lab65.4483-14.100424.5553
CIE-Lab71.4427-12.402430.8520

#adb476 color RGB value is (173,180,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 01110110
Octal 255 264 166
Decimal 173 180 118
Hex AD B4 76

RGB Percentages of Color #adb476

%36.73
%38.22
%25.05

CMYK Percentages of Color #adb476

%4
%0
%34
%29

Triadic Colors of #adb476

#adb476 #76adb4 #b476ad

Analogous Colors of #adb476

#adb476 #8eb476 #b49c76

Monochromatic Colors of #adb476

#adb476

Complementary Color

#adb476 #7d76b4

#adb476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb476 Color CSS Codes

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

#adb476 Text Font Color

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

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


#adb476 Background Color

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

This div background color is #adb476


#adb476 Border Color

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

This div border color is #adb476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb476


Comments

No comments written yet.

Please login to write comment.