Color Hex Logo

#adb477 Color Hex

#ADB477
(173,180,119)
0 Favorites   0 Comments

Color spaces of #adb477

RGB 173180119
HSL0.190.290.59
HSV67°34°71°
CMYK 0.040.000.34   0.29
XYZ36.884642.858723.7813
Yxy42.85870.35630.4140
Hunter Lab65.4666-13.997624.2890
CIE-Lab71.4590-12.275730.3464

#adb477 color RGB value is (173,180,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 01110111
Octal 255 264 167
Decimal 173 180 119
Hex AD B4 77

RGB Percentages of Color #adb477

%36.65
%38.14
%25.21

CMYK Percentages of Color #adb477

%4
%0
%34
%29

Triadic Colors of #adb477

#adb477 #77adb4 #b477ad

Analogous Colors of #adb477

#adb477 #8fb477 #b49d77

Monochromatic Colors of #adb477

#adb477

Complementary Color

#adb477 #7e77b4

#adb477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb477 Color CSS Codes

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

#adb477 Text Font Color

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

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


#adb477 Background Color

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

This div background color is #adb477


#adb477 Border Color

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

This div border color is #adb477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb477


Comments

No comments written yet.

Please login to write comment.