COLOR #D3ED21

HEX: #D3ED21 RGB: (211,237,33)

Color info

#D3ED21 contains mainly red and green colors. Web safe color of #D3ED21 is #CCFF33 (or #CF3).

RGB color model

#D3ED21 color RGB value is (211,237,33).

RGB: (211,237,33) (83%, 93%, 13%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 33 of 255 = 13%

211
237
33

R + G + B ~ 63%. #D3ED21 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 237 + 33 = 481 (100%)
R 211 of 481 ~ 43.87%
G 237 of 481 ~ 49.27%
B 33 of 481 ~ 6.86'%

%43.87
%49.27

CMYK color model

#D3ED21 color CMYK value is (11,0,86,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 86.08%
  • key color value is 7.06%

CMYK: (11,0,86,7)
C11M0Y86K7 (11%, 0%, 86%, 7%)
(0.11 / 0.00 / 0.86 / 0.07)

CMYK percentages

%10.97
%0
%86.08
%7.06

Codes

Color #D3ED21 in popluar color models

D3 ED 21
RGB 211 237 33
HSL 68° 85.00% 52.94%
HSB/HSV 68° 86.08% 92.94%
CMYK 10.97% 0.00% 86.08%
7.06%

Color #D3ED21 in popluar number systems.

HEX D3 ED 21
Decimal 211 237 33
Binary 11010011 11101101 100001
Octal 323 355 41

Shades and tints

Shades of #D3ED21

#D3ED21
(211,237,33)
#C0D81E
(192,216,30)
#ADC31B
(173,195,27)
#9AAE18
(154,174,24)
#879915
(135,153,21)
#748412
(116,132,18)
#616F0F
(97,111,15)
#4E5A0C
(78,90,12)
#3B4509
(59,69,9)
#283006
(40,48,6)
#151B03
(21,27,3)
#000000
(0,0,0)

Tints of #D3ED21

#D3ED21
(211,237,33)
#D7EE35
(215,238,53)
#DBEF49
(219,239,73)
#DFF05D
(223,240,93)
#E3F171
(227,241,113)
#E7F285
(231,242,133)
#EBF399
(235,243,153)
#EFF4AD
(239,244,173)
#F3F5C1
(243,245,193)
#F7F6D5
(247,246,213)
#FBF7E9
(251,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ED21 color. Also use rgb(211,237,33) instead hex code.

Text Font Color

.myTextColor { color: #D3ED21; }

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

This text font color is #D3ED21.

Background Color

.myBgColor { background-color: #D3ED21; }

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

This div background color is #D3ED21.

Border color

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

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

This div border color is #D3ED21.

Opacity

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

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

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

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

This text has shadow with #D3ED21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ED21.

Preview

Color preview on black background

This text has color #D3ED21 on black background.


Color preview on white background

This text has color #D3ED21 on white background.


Black color preview on #D3ED21 background

This text has black color on #D3ED21 background.


White color preview on #D3ED21 background

This text has white color on #D3ED21 background.


Related colors

Complementary color

Complementary color for #hex is #2C12DE.


I love getcolorcode.com

Triadic colors

1 #21D3ED and #ED21D3 with #D3ED21 are triadic colors.

2 #21EDD3 and #EDD321 with #D3ED21 are triadic colors.