color codes Logo

#adcd5d color codes

#ADCD5D
(173,205,93)
0 Favorites   0 Comments

Color spaces of #adcd5d

RGB 17320593
HSL0.210.530.58
HSV77°55°80°
CMYK 0.160.000.55   0.20
XYZ41.040753.337218.4880
Yxy53.33720.36360.4726
Hunter Lab73.0323-27.498036.1135
CIE-Lab78.0737-27.573851.4469

#adcd5d color RGB value is (173,205,93).

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

The process color (four color CMYK) of #adcd5d color code is 0.16, 0.00, 0.55, 0.20. Web safe color of #adcd5d is #99cc66. Color #adcd5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 01011101
Octal 255 315 135
Decimal 173 205 93
Hex AD CD 5D

RGB Percentages of Color #adcd5d

%36.73
%43.52
%19.75

CMYK Percentages of Color #adcd5d

%16
%0
%55
%20

Triadic Colors of #adcd5d

#adcd5d #5dadcd #cd5dad

Analogous Colors of #adcd5d

#adcd5d #75cd5d #cdb55d

Monochromatic Colors of #adcd5d

#adcd5d

Complementary Color

#adcd5d #7d5dcd

#adcd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd5d Color CSS Codes

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

#adcd5d Text Font Color

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

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


#adcd5d Background Color

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

This div background color is #adcd5d


#adcd5d Border Color

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

This div border color is #adcd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd5d


Comments

No comments written yet.

Please login to write comment.