Color Hex Logo

#adc394 Color Hex

#ADC394
(173,195,148)
0 Favorites   0 Comments

Color spaces of #adc394

RGB 173195148
HSL0.240.280.67
HSV88°24°76°
CMYK 0.110.000.24   0.24
XYZ42.094050.052635.4595
Yxy50.05260.32990.3922
Hunter Lab70.7479-17.603719.8068
CIE-Lab76.1015-15.867521.1950

#adc394 color RGB value is (173,195,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 10010100
Octal 255 303 224
Decimal 173 195 148
Hex AD C3 94

RGB Percentages of Color #adc394

%33.53
%37.79
%28.68

CMYK Percentages of Color #adc394

%11
%0
%24
%24

Triadic Colors of #adc394

#adc394 #94adc3 #c394ad

Analogous Colors of #adc394

#adc394 #96c394 #c3c294

Monochromatic Colors of #adc394

#adc394

Complementary Color

#adc394 #aa94c3

#adc394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc394 Color CSS Codes

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

#adc394 Text Font Color

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

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


#adc394 Background Color

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

This div background color is #adc394


#adc394 Border Color

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

This div border color is #adc394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc394


Comments

No comments written yet.

Please login to write comment.