Color Hex Logo

#adc294 Color Hex

#ADC294
(173,194,148)
0 Favorites   0 Comments

Color spaces of #adc294

RGB 173194148
HSL0.240.270.67
HSV87°24°76°
CMYK 0.110.000.24   0.24
XYZ41.870749.605935.3851
Yxy49.60590.33000.3910
Hunter Lab70.4315-17.138819.5144
CIE-Lab75.8267-15.358020.8175

#adc294 color RGB value is (173,194,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 10010100
Octal 255 302 224
Decimal 173 194 148
Hex AD C2 94

RGB Percentages of Color #adc294

%33.59
%37.67
%28.74

CMYK Percentages of Color #adc294

%11
%0
%24
%24

Triadic Colors of #adc294

#adc294 #94adc2 #c294ad

Analogous Colors of #adc294

#adc294 #96c294 #c2c094

Monochromatic Colors of #adc294

#adc294

Complementary Color

#adc294 #a994c2

#adc294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc294 Color CSS Codes

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

#adc294 Text Font Color

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

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


#adc294 Background Color

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

This div background color is #adc294


#adc294 Border Color

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

This div border color is #adc294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc294


Comments

No comments written yet.

Please login to write comment.