Color Hex Logo

#adc595 Color Hex

#ADC595
(173,197,149)
0 Favorites   0 Comments

Color spaces of #adc595

RGB 173197149
HSL0.250.290.68
HSV90°24°77°
CMYK 0.120.000.24   0.23
XYZ42.624650.986736.0286
Yxy50.98670.32880.3933
Hunter Lab71.4050-18.404620.0677
CIE-Lab76.6710-16.727221.4445

#adc595 color RGB value is (173,197,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 10010101
Octal 255 305 225
Decimal 173 197 149
Hex AD C5 95

RGB Percentages of Color #adc595

%33.33
%37.96
%28.71

CMYK Percentages of Color #adc595

%12
%0
%24
%23

Triadic Colors of #adc595

#adc595 #95adc5 #c595ad

Analogous Colors of #adc595

#adc595 #95c595 #c5c595

Monochromatic Colors of #adc595

#adc595

Complementary Color

#adc595 #ad95c5

#adc595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc595 Color CSS Codes

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

#adc595 Text Font Color

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

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


#adc595 Background Color

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

This div background color is #adc595


#adc595 Border Color

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

This div border color is #adc595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc595


Comments

No comments written yet.

Please login to write comment.