Color Hex Logo

#adc082 Color Hex

#ADC082
(173,192,130)
0 Favorites   0 Comments

Color spaces of #adc082

RGB 173192130
HSL0.220.330.63
HSV78°32°75°
CMYK 0.100.000.32   0.25
XYZ40.112548.195228.3075
Yxy48.19520.34400.4133
Hunter Lab69.4228-18.352524.4201
CIE-Lab74.9479-16.971429.1597

#adc082 color RGB value is (173,192,130).

#adc082 hex color red value is 173, green value is 192 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #adc082 hue: 0.22 , saturation: 0.33 and the lightness value of adc082 is 0.63.

The process color (four color CMYK) of #adc082 color hex is 0.10, 0.00, 0.32, 0.25. Web safe color of #adc082 is #99cc99. Color #adc082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 10000010
Octal 255 300 202
Decimal 173 192 130
Hex AD C0 82

RGB Percentages of Color #adc082

%34.95
%38.79
%26.26

CMYK Percentages of Color #adc082

%10
%0
%32
%25

Triadic Colors of #adc082

#adc082 #82adc0 #c082ad

Analogous Colors of #adc082

#adc082 #8ec082 #c0b482

Monochromatic Colors of #adc082

#adc082

Complementary Color

#adc082 #9582c0

#adc082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc082 Color CSS Codes

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

#adc082 Text Font Color

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

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


#adc082 Background Color

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

This div background color is #adc082


#adc082 Border Color

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

This div border color is #adc082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc082


Comments

No comments written yet.

Please login to write comment.