Color Hex Logo

#adc95d Color Hex

#ADC95D
(173,201,93)
0 Favorites   0 Comments

Color spaces of #adc95d

RGB 17320193
HSL0.210.500.58
HSV76°54°79°
CMYK 0.140.000.54   0.21
XYZ40.096051.447818.1731
Yxy51.44780.36540.4689
Hunter Lab71.7271-25.739635.1870
CIE-Lab76.9495-25.650450.1411

#adc95d color RGB value is (173,201,93).

#adc95d hex color red value is 173, green value is 201 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #adc95d hue: 0.21 , saturation: 0.50 and the lightness value of adc95d is 0.58.

The process color (four color CMYK) of #adc95d color hex is 0.14, 0.00, 0.54, 0.21. Web safe color of #adc95d is #99cc66. Color #adc95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01011101
Octal 255 311 135
Decimal 173 201 93
Hex AD C9 5D

RGB Percentages of Color #adc95d

%37.04
%43.04
%19.91

CMYK Percentages of Color #adc95d

%14
%0
%54
%21

Triadic Colors of #adc95d

#adc95d #5dadc9 #c95dad

Analogous Colors of #adc95d

#adc95d #77c95d #c9af5d

Monochromatic Colors of #adc95d

#adc95d

Complementary Color

#adc95d #795dc9

#adc95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc95d Color CSS Codes

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

#adc95d Text Font Color

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

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


#adc95d Background Color

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

This div background color is #adc95d


#adc95d Border Color

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

This div border color is #adc95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc95d


Comments

No comments written yet.

Please login to write comment.