COLOR #DCEF0B

HEX: #DCEF0B
RGB: (220,239,11)

Color info

#DCEF0B contains mainly red and green colors. Web safe color of #DCEF0B is #CCFF00 (or #CF0).

RGB color model

#DCEF0B color RGB value is (220,239,11).

  • red value is 220;
  • green value is 239;
  • blue value is 11.
RGB:
(220,239,11)
(86%,94%,4%)

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 11 of 255 = 4%

220
239
11

R + G + B ~ 61%. #DCEF0B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 11 = 470 (100%)
R 220 of 470 ~ 46.81%
G 239 of 470 ~ 50.85%
B 11 of 470 ~ 2.34%

%46.81
%50.85

CMYK color model

#DCEF0B color CMYK value is (8,0,95,6).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 95.40%
  • key color value is 6.27%
CMYK:
(8,0,95,6)
C8M0Y95K6 
(8%,0%,95%,6%)
(0.08/0.00/0.95/0.06)	

CMYK percentages

%7.95
%0
%95.4
%6.27

Codes

Color #DCEF0B in popluar color models

DCEF0B
RGB22023911
HSL65°91.20%49.02%
HSB/HSV65°95.40%93.73%
CMYK7.95%0.00%95.40%
6.27%

Color #DCEF0B in popluar number systems.

HEXDCEF0B
Decimal22023911
Binary11011100111011111011
Octal33435713

Shades and tints

Shades of #DCEF0B

#DCEF0B
(220,239,11)
#C8DA0A
(200,218,10)
#B4C509
(180,197,9)
#A0B008
(160,176,8)
#8C9B07
(140,155,7)
#788606
(120,134,6)
#647105
(100,113,5)
#505C04
(80,92,4)
#3C4703
(60,71,3)
#283202
(40,50,2)
#141D01
(20,29,1)
#000000
(0,0,0)

Tints of #DCEF0B

#DCEF0B
(220,239,11)
#DFF021
(223,240,33)
#E2F137
(226,241,55)
#E5F24D
(229,242,77)
#E8F363
(232,243,99)
#EBF479
(235,244,121)
#EEF58F
(238,245,143)
#F1F6A5
(241,246,165)
#F4F7BB
(244,247,187)
#F7F8D1
(247,248,209)
#FAF9E7
(250,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEF0B color. Also use rgb(220,239,11) instead hex code.

Text Font Color

.myTextColor { color: #DCEF0B; }

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

This text font color is #DCEF0B.


Background Color

.myBgColor { background-color: #DCEF0B; }

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

This div background color is #DCEF0B.


Border color

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

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

This div border color is #DCEF0B.


Opacity

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

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

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

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

This text has shadow with #DCEF0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEF0B on black background.


Color preview on white background

This text has color #DCEF0B on white background.



Black color preview on #DCEF0B background

This text has black color on #DCEF0B background.


White color preview on #DCEF0B background

This text has white color on #DCEF0B background.