COLOR #DAFD82

HEX: #DAFD82 RGB: (218,253,130)

Color info

#DAFD82 contains mainly red and green colors. Web safe color of #DAFD82 is #CCFF99 (or #CF9).

RGB color model

#DAFD82 color RGB value is (218,253,130).

RGB: (218,253,130) (85%, 99%, 51%)

RGB channels and saturation

R 218 of 255 = 85%
G 253 of 255 = 99%
B 130 of 255 = 51%

218
253
130

R + G + B ~ 78%. #DAFD82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 253 + 130 = 601 (100%)
R 218 of 601 ~ 36.27%
G 253 of 601 ~ 42.1%
B 130 of 601 ~ 21.63'%

%36.27
%42.1
%21.63

CMYK color model

#DAFD82 color CMYK value is (14,0,49,1).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 48.62%
  • key color value is 0.78%
CMYK: (14,0,49,1) C14M0Y49K1 (14%,0%,49%,1%) (0.14/0.00/0.49/0.01) 

CMYK percentages

%13.83
%0
%48.62
%0.78

Codes

Color #DAFD82 in popluar color models

DA FD 82
RGB 218 253 130
HSL 77° 96.85% 75.10%
HSB/HSV 77° 48.62% 99.22%
CMYK 13.83% 0.00% 48.62%
0.78%

Color #DAFD82 in popluar number systems.

HEX DA FD 82
Decimal 218 253 130
Binary 11011010 11111101 10000010
Octal 332 375 202

Shades and tints

Shades of #DAFD82

#DAFD82
(218,253,130)
#C7E677
(199,230,119)
#B4CF6C
(180,207,108)
#A1B861
(161,184,97)
#8EA156
(142,161,86)
#7B8A4B
(123,138,75)
#687340
(104,115,64)
#555C35
(85,92,53)
#42452A
(66,69,42)
#2F2E1F
(47,46,31)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DAFD82

#DAFD82
(218,253,130)
#DDFD8D
(221,253,141)
#E0FD98
(224,253,152)
#E3FDA3
(227,253,163)
#E6FDAE
(230,253,174)
#E9FDB9
(233,253,185)
#ECFDC4
(236,253,196)
#EFFDCF
(239,253,207)
#F2FDDA
(242,253,218)
#F5FDE5
(245,253,229)
#F8FDF0
(248,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFD82 color. Also use rgb(218,253,130) instead hex code.

Text Font Color

.myTextColor { color: #DAFD82; }

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

This text font color is #DAFD82.

Background Color

.myBgColor { background-color: #DAFD82; }

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

This div background color is #DAFD82.

Border color

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

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

This div border color is #DAFD82.

Opacity

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

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

Text with #DAFD82 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 #DAFD82;}

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

This text has shadow with #DAFD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFD82.

Preview

Color preview on black background

This text has color #DAFD82 on black background.


Color preview on white background

This text has color #DAFD82 on white background.


Black color preview on #DAFD82 background

This text has black color on #DAFD82 background.


White color preview on #DAFD82 background

This text has white color on #DAFD82 background.


Related colors

Complementary color

Complementary color for #hex is #25027D.


I love getcolorcode.com

Triadic colors

1 #82DAFD and #FD82DA with #DAFD82 are triadic colors.

2 #82FDDA and #FDDA82 with #DAFD82 are triadic colors.