COLOR #DAF083

HEX: #DAF083 RGB: (218,240,131)

Color info

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

RGB color model

#DAF083 color RGB value is (218,240,131).

RGB: (218,240,131) (85%, 94%, 51%)

RGB channels and saturation

R 218 of 255 = 85%
G 240 of 255 = 94%
B 131 of 255 = 51%

218
240
131

R + G + B ~ 77%. #DAF083 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 240 + 131 = 589 (100%)
R 218 of 589 ~ 37.01%
G 240 of 589 ~ 40.75%
B 131 of 589 ~ 22.24'%

%37.01
%40.75
%22.24

CMYK color model

#DAF083 color CMYK value is (9,0,45,6).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 45.42%
  • key color value is 5.88%

CMYK: (9,0,45,6)
C9M0Y45K6 (9%, 0%, 45%, 6%)
(0.09 / 0.00 / 0.45 / 0.06)

CMYK percentages

%9.17
%0
%45.42
%5.88

Codes

Color #DAF083 in popluar color models

DA F0 83
RGB 218 240 131
HSL 72° 78.42% 72.75%
HSB/HSV 72° 45.42% 94.12%
CMYK 9.17% 0.00% 45.42%
5.88%

Color #DAF083 in popluar number systems.

HEX DA F0 83
Decimal 218 240 131
Binary 11011010 11110000 10000011
Octal 332 360 203

Shades and tints

Shades of #DAF083

#DAF083
(218,240,131)
#C7DB78
(199,219,120)
#B4C66D
(180,198,109)
#A1B162
(161,177,98)
#8E9C57
(142,156,87)
#7B874C
(123,135,76)
#687241
(104,114,65)
#555D36
(85,93,54)
#42482B
(66,72,43)
#2F3320
(47,51,32)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #DAF083

#DAF083
(218,240,131)
#DDF18E
(221,241,142)
#E0F299
(224,242,153)
#E3F3A4
(227,243,164)
#E6F4AF
(230,244,175)
#E9F5BA
(233,245,186)
#ECF6C5
(236,246,197)
#EFF7D0
(239,247,208)
#F2F8DB
(242,248,219)
#F5F9E6
(245,249,230)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF083 color. Also use rgb(218,240,131) instead hex code.

Text Font Color

.myTextColor { color: #DAF083; }

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

This text font color is #DAF083.

Background Color

.myBgColor { background-color: #DAF083; }

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

This div background color is #DAF083.

Border color

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

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

This div border color is #DAF083.

Opacity

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

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

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

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

This text has shadow with #DAF083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF083.

Preview

Color preview on black background

This text has color #DAF083 on black background.


Color preview on white background

This text has color #DAF083 on white background.


Black color preview on #DAF083 background

This text has black color on #DAF083 background.


White color preview on #DAF083 background

This text has white color on #DAF083 background.


Related colors

Complementary color

Complementary color for #hex is #250F7C.


I love getcolorcode.com

Triadic colors

1 #83DAF0 and #F083DA with #DAF083 are triadic colors.

2 #83F0DA and #F0DA83 with #DAF083 are triadic colors.