Color Hex Logo

#adc292 Color Hex

#ADC292
(173,194,146)
0 Favorites   0 Comments

Color spaces of #adc292

RGB 173194146
HSL0.240.280.67
HSV86°25°76°
CMYK 0.110.000.25   0.24
XYZ41.713749.543134.5584
Yxy49.54310.33150.3938
Hunter Lab70.3869-17.391720.1607
CIE-Lab75.7880-15.667121.8299

#adc292 color RGB value is (173,194,146).

#adc292 hex color red value is 173, green value is 194 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #adc292 hue: 0.24 , saturation: 0.28 and the lightness value of adc292 is 0.67.

The process color (four color CMYK) of #adc292 color hex is 0.11, 0.00, 0.25, 0.24. Web safe color of #adc292 is #99cc99. Color #adc292 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 10010010
Octal 255 302 222
Decimal 173 194 146
Hex AD C2 92

RGB Percentages of Color #adc292

%33.72
%37.82
%28.46

CMYK Percentages of Color #adc292

%11
%0
%25
%24

Triadic Colors of #adc292

#adc292 #92adc2 #c292ad

Analogous Colors of #adc292

#adc292 #95c292 #c2bf92

Monochromatic Colors of #adc292

#adc292

Complementary Color

#adc292 #a792c2

#adc292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc292 Color CSS Codes

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

#adc292 Text Font Color

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

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


#adc292 Background Color

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

This div background color is #adc292


#adc292 Border Color

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

This div border color is #adc292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc292


Comments

No comments written yet.

Please login to write comment.