Color Hex Logo

#adc182 Color Hex

#ADC182
(173,193,130)
0 Favorites   0 Comments

Color spaces of #adc182

RGB 173193130
HSL0.220.340.63
HSV79°33°76°
CMYK 0.100.000.33   0.24
XYZ40.332848.635928.3810
Yxy48.63590.34370.4145
Hunter Lab69.7394-18.811124.6891
CIE-Lab75.2243-17.477329.5259

#adc182 color RGB value is (173,193,130).

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

The process color (four color CMYK) of #adc182 color hex is 0.10, 0.00, 0.33, 0.24. Web safe color of #adc182 is #99cc99. Color #adc182 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 10000010
Octal 255 301 202
Decimal 173 193 130
Hex AD C1 82

RGB Percentages of Color #adc182

%34.88
%38.91
%26.21

CMYK Percentages of Color #adc182

%10
%0
%33
%24

Triadic Colors of #adc182

#adc182 #82adc1 #c182ad

Analogous Colors of #adc182

#adc182 #8ec182 #c1b682

Monochromatic Colors of #adc182

#adc182

Complementary Color

#adc182 #9682c1

#adc182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc182 Color CSS Codes

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

#adc182 Text Font Color

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

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


#adc182 Background Color

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

This div background color is #adc182


#adc182 Border Color

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

This div border color is #adc182


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,193,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 #adc182">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc182


Comments

No comments written yet.

Please login to write comment.