Color Hex Logo

#adc293 Color Hex

#ADC293
(173,194,147)
0 Favorites   0 Comments

Color spaces of #adc293

RGB 173194147
HSL0.240.280.67
HSV87°24°76°
CMYK 0.110.000.24   0.24
XYZ41.791849.574434.9699
Yxy49.57440.33080.3924
Hunter Lab70.4091-17.266019.8390
CIE-Lab75.8073-15.513421.3239

#adc293 color RGB value is (173,194,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 10010011
Octal 255 302 223
Decimal 173 194 147
Hex AD C2 93

RGB Percentages of Color #adc293

%33.66
%37.74
%28.60

CMYK Percentages of Color #adc293

%11
%0
%24
%24

Triadic Colors of #adc293

#adc293 #93adc2 #c293ad

Analogous Colors of #adc293

#adc293 #96c293 #c2c093

Monochromatic Colors of #adc293

#adc293

Complementary Color

#adc293 #a893c2

#adc293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc293 Color CSS Codes

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

#adc293 Text Font Color

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

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


#adc293 Background Color

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

This div background color is #adc293


#adc293 Border Color

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

This div border color is #adc293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc293


Comments

No comments written yet.

Please login to write comment.