Color Hex Logo

#adc395 Color Hex

#ADC395
(173,195,149)
0 Favorites   0 Comments

Color spaces of #adc395

RGB 173195149
HSL0.250.280.67
HSV89°24°76°
CMYK 0.110.000.24   0.24
XYZ42.173550.084435.8782
Yxy50.08440.32910.3909
Hunter Lab70.7703-17.476319.4812
CIE-Lab76.1210-15.711720.6891

#adc395 color RGB value is (173,195,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 10010101
Octal 255 303 225
Decimal 173 195 149
Hex AD C3 95

RGB Percentages of Color #adc395

%33.46
%37.72
%28.82

CMYK Percentages of Color #adc395

%11
%0
%24
%24

Triadic Colors of #adc395

#adc395 #95adc3 #c395ad

Analogous Colors of #adc395

#adc395 #96c395 #c3c295

Monochromatic Colors of #adc395

#adc395

Complementary Color

#adc395 #ab95c3

#adc395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc395 Color CSS Codes

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

#adc395 Text Font Color

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

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


#adc395 Background Color

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

This div background color is #adc395


#adc395 Border Color

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

This div border color is #adc395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc395


Comments

No comments written yet.

Please login to write comment.