Color Hex Logo

#adb484 Color Hex

#ADB484
(173,180,132)
0 Favorites   0 Comments

Color spaces of #adb484

RGB 173180132
HSL0.190.240.61
HSV69°27°71°
CMYK 0.040.000.27   0.29
XYZ37.719743.192728.1788
Yxy43.19270.34580.3959
Hunter Lab65.7212-12.564520.5834
CIE-Lab71.6856-10.520523.7288

#adb484 color RGB value is (173,180,132).

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

The process color (four color CMYK) of #adb484 color hex is 0.04, 0.00, 0.27, 0.29. Web safe color of #adb484 is #99cc99. Color #adb484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 10000100
Octal 255 264 204
Decimal 173 180 132
Hex AD B4 84

RGB Percentages of Color #adb484

%35.67
%37.11
%27.22

CMYK Percentages of Color #adb484

%4
%0
%27
%29

Triadic Colors of #adb484

#adb484 #84adb4 #b484ad

Analogous Colors of #adb484

#adb484 #95b484 #b4a384

Monochromatic Colors of #adb484

#adb484

Complementary Color

#adb484 #8b84b4

#adb484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb484 Color CSS Codes

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

#adb484 Text Font Color

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

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


#adb484 Background Color

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

This div background color is #adb484


#adb484 Border Color

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

This div border color is #adb484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb484


Comments

No comments written yet.

Please login to write comment.