Color Hex Logo

#adb280 Color Hex

#ADB280
(173,178,128)
0 Favorites   0 Comments

Color spaces of #adb280

RGB 173178128
HSL0.180.250.60
HSV66°28°70°
CMYK 0.030.000.28   0.30
XYZ37.050342.283526.6309
Yxy42.28350.34960.3990
Hunter Lab65.0258-12.089621.2362
CIE-Lab71.0659-10.036325.0383

#adb280 color RGB value is (173,178,128).

#adb280 hex color red value is 173, green value is 178 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #adb280 hue: 0.18 , saturation: 0.25 and the lightness value of adb280 is 0.60.

The process color (four color CMYK) of #adb280 color hex is 0.03, 0.00, 0.28, 0.30. Web safe color of #adb280 is #999999. Color #adb280 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10000000
Octal 255 262 200
Decimal 173 178 128
Hex AD B2 80

RGB Percentages of Color #adb280

%36.12
%37.16
%26.72

CMYK Percentages of Color #adb280

%3
%0
%28
%30

Triadic Colors of #adb280

#adb280 #80adb2 #b280ad

Analogous Colors of #adb280

#adb280 #94b280 #b29e80

Monochromatic Colors of #adb280

#adb280

Complementary Color

#adb280 #8580b2

#adb280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb280 Color CSS Codes

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

#adb280 Text Font Color

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

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


#adb280 Background Color

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

This div background color is #adb280


#adb280 Border Color

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

This div border color is #adb280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb280


Comments

No comments written yet.

Please login to write comment.