COLOR #ADCD53

HEX: #ADCD53 RGB: (173,205,83)

Color info

#ADCD53 contains mainly red and green colors. Web safe color of #ADCD53 is #99CC66 (or #9C6).

RGB color model

#ADCD53 color RGB value is (173,205,83).

RGB: (173,205,83) (68%, 80%, 33%)

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 83 of 255 = 33%

173
205
83

R + G + B ~ 60%. #ADCD53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 205 + 83 = 461 (100%)
R 173 of 461 ~ 37.53%
G 205 of 461 ~ 44.47%
B 83 of 461 ~ 18'%

%37.53
%44.47
%18

CMYK color model

#ADCD53 color CMYK value is (16,0,60,20).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 59.51%
  • key color value is 19.61%

CMYK: (16,0,60,20)
C16M0Y60K20 (16%, 0%, 60%, 20%)
(0.16 / 0.00 / 0.60 / 0.20)

CMYK percentages

%15.61
%0
%59.51
%19.61

Codes

Color #ADCD53 in popluar color models

AD CD 53
RGB 173 205 83
HSL 76° 54.95% 56.47%
HSB/HSV 76° 59.51% 80.39%
CMYK 15.61% 0.00% 59.51%
19.61%

Color #ADCD53 in popluar number systems.

HEX AD CD 53
Decimal 173 205 83
Binary 10101101 11001101 1010011
Octal 255 315 123

Shades and tints

Shades of #ADCD53

#ADCD53
(173,205,83)
#9EBB4C
(158,187,76)
#8FA945
(143,169,69)
#80973E
(128,151,62)
#718537
(113,133,55)
#627330
(98,115,48)
#536129
(83,97,41)
#444F22
(68,79,34)
#353D1B
(53,61,27)
#262B14
(38,43,20)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #ADCD53

#ADCD53
(173,205,83)
#B4D162
(180,209,98)
#BBD571
(187,213,113)
#C2D980
(194,217,128)
#C9DD8F
(201,221,143)
#D0E19E
(208,225,158)
#D7E5AD
(215,229,173)
#DEE9BC
(222,233,188)
#E5EDCB
(229,237,203)
#ECF1DA
(236,241,218)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCD53 color. Also use rgb(173,205,83) instead hex code.

Text Font Color

.myTextColor { color: #ADCD53; }

<p style="color:#ADCD53">This sample text font color is #ADCD53.</p>

This text font color is #ADCD53.

Background Color

.myBgColor { background-color: #ADCD53; }

<div style="background-color:#ADCD53">Inner text</div>

This div background color is #ADCD53.

Border color

.myBorderColor { border: 1px solid #ADCD53; }

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

This div border color is #ADCD53.

Opacity

.myOpacity80 { color: #ADCD53; opacity: 0.8; }

<p style="color:#ADCD53;opacity:0.8;">80%</p>

Text with #ADCD53 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADCD53;}

<p style="text-shadow: 3px 3px 1px #ADCD53">Text here.</p>

This text has shadow with #ADCD53 color.


.textShadow {text-shadow: 3px 3px 1px #ADCD53', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADCD53, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADCD53 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADCD53, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADCD53, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADCD53 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADCD53;
-webkit-box-shadow: 1px 1px 3px 2px #ADCD53;
box-shadow: 1px 1px 3px 2px #ADCD53;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADCD53; -webkit-box-shadow: 1px 1px 3px 2px #ADCD53; box-shadow:1px 1px 3px 2px #ADCD53;">
Div content here
</div>

This div box has shadow with color #ADCD53.

Preview

Color preview on black background

This text has color #ADCD53 on black background.


Color preview on white background

This text has color #ADCD53 on white background.


Black color preview on #ADCD53 background

This text has black color on #ADCD53 background.


White color preview on #ADCD53 background

This text has white color on #ADCD53 background.


Related colors

Complementary color

Complementary color for #hex is #5232AC.


I love getcolorcode.com

Triadic colors

1 #53ADCD and #CD53AD with #ADCD53 are triadic colors.

2 #53CDAD and #CDAD53 with #ADCD53 are triadic colors.