COLOR #DADE5F

HEX: #DADE5F RGB: (218,222,95)

Color info

#DADE5F contains mainly red and green colors. Web safe color of #DADE5F is #CCCC66 (or #CC6).

RGB color model

#DADE5F color RGB value is (218,222,95).

RGB: (218,222,95) (85%, 87%, 37%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 95 of 255 = 37%

218
222
95

R + G + B ~ 70%. #DADE5F is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 222 + 95 = 535 (100%)
R 218 of 535 ~ 40.75%
G 222 of 535 ~ 41.5%
B 95 of 535 ~ 17.76'%

%40.75
%41.5
%17.76

CMYK color model

#DADE5F color CMYK value is (2,0,57,13).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 57.21%
  • key color value is 12.94%

CMYK: (2,0,57,13)
C2M0Y57K13 (2%, 0%, 57%, 13%)
(0.02 / 0.00 / 0.57 / 0.13)

CMYK percentages

%1.8
%0
%57.21
%12.94

Codes

Color #DADE5F in popluar color models

DA DE 5F
RGB 218 222 95
HSL 62° 65.80% 62.16%
HSB/HSV 62° 57.21% 87.06%
CMYK 1.80% 0.00% 57.21%
12.94%

Color #DADE5F in popluar number systems.

HEX DA DE 5F
Decimal 218 222 95
Binary 11011010 11011110 1011111
Octal 332 336 137

Shades and tints

Shades of #DADE5F

#DADE5F
(218,222,95)
#C7CA57
(199,202,87)
#B4B64F
(180,182,79)
#A1A247
(161,162,71)
#8E8E3F
(142,142,63)
#7B7A37
(123,122,55)
#68662F
(104,102,47)
#555227
(85,82,39)
#423E1F
(66,62,31)
#2F2A17
(47,42,23)
#1C160F
(28,22,15)
#000000
(0,0,0)

Tints of #DADE5F

#DADE5F
(218,222,95)
#DDE16D
(221,225,109)
#E0E47B
(224,228,123)
#E3E789
(227,231,137)
#E6EA97
(230,234,151)
#E9EDA5
(233,237,165)
#ECF0B3
(236,240,179)
#EFF3C1
(239,243,193)
#F2F6CF
(242,246,207)
#F5F9DD
(245,249,221)
#F8FCEB
(248,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADE5F color. Also use rgb(218,222,95) instead hex code.

Text Font Color

.myTextColor { color: #DADE5F; }

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

This text font color is #DADE5F.

Background Color

.myBgColor { background-color: #DADE5F; }

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

This div background color is #DADE5F.

Border color

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

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

This div border color is #DADE5F.

Opacity

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

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

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

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

This text has shadow with #DADE5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADE5F.

Preview

Color preview on black background

This text has color #DADE5F on black background.


Color preview on white background

This text has color #DADE5F on white background.


Black color preview on #DADE5F background

This text has black color on #DADE5F background.


White color preview on #DADE5F background

This text has white color on #DADE5F background.


Related colors

Complementary color

Complementary color for #hex is #2521A0.


I love getcolorcode.com

Triadic colors

1 #5FDADE and #DE5FDA with #DADE5F are triadic colors.

2 #5FDEDA and #DEDA5F with #DADE5F are triadic colors.