Color Hex Logo

#adb379 Color Hex

#ADB379
(173,179,121)
0 Favorites   0 Comments

Color spaces of #adb379

RGB 173179121
HSL0.180.280.59
HSV66°32°70°
CMYK 0.030.000.32   0.30
XYZ36.804942.504924.3536
Yxy42.50490.35500.4100
Hunter Lab65.1958-13.324223.4895
CIE-Lab71.2176-11.498328.9718

#adb379 color RGB value is (173,179,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 01111001
Octal 255 263 171
Decimal 173 179 121
Hex AD B3 79

RGB Percentages of Color #adb379

%36.58
%37.84
%25.58

CMYK Percentages of Color #adb379

%3
%0
%32
%30

Triadic Colors of #adb379

#adb379 #79adb3 #b379ad

Analogous Colors of #adb379

#adb379 #90b379 #b39c79

Monochromatic Colors of #adb379

#adb379

Complementary Color

#adb379 #7f79b3

#adb379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb379 Color CSS Codes

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

#adb379 Text Font Color

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

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


#adb379 Background Color

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

This div background color is #adb379


#adb379 Border Color

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

This div border color is #adb379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb379


Comments

No comments written yet.

Please login to write comment.