Color Hex Logo

#dcf40b Color Hex

#DCF40B
(220,244,11)
0 Favorites   0 Comments

Color spaces of #dcf40b

RGB 22024411
HSL0.180.910.50
HSV66°95°96°
CMYK 0.100.000.95   0.04
XYZ61.926379.941212.4829
Yxy79.94120.40120.5179
Hunter Lab89.4098-32.836054.3092
CIE-Lab91.6585-30.585388.4593

#dcf40b color RGB value is (220,244,11).

#dcf40b hex color red value is 220, green value is 244 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dcf40b hue: 0.18 , saturation: 0.91 and the lightness value of dcf40b is 0.50.

The process color (four color CMYK) of #dcf40b color hex is 0.10, 0.00, 0.95, 0.04. Web safe color of #dcf40b is #ccff00. Color #dcf40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 00001011
Octal 334 364 13
Decimal 220 244 11
Hex DC F4 B

RGB Percentages of Color #dcf40b

%46.32
%51.37
%2.32

CMYK Percentages of Color #dcf40b

%10
%0
%95
%4

Triadic Colors of #dcf40b

#dcf40b #0bdcf4 #f40bdc

Analogous Colors of #dcf40b

#dcf40b #68f40b #f4980b

Monochromatic Colors of #dcf40b

#dcf40b

Complementary Color

#dcf40b #230bf4

#dcf40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf40b Color CSS Codes

.mybgcolor {background-color:#dcf40b; } 
.myforecolor {color:#dcf40b; }
.mybordercolor {border:3px solid #dcf40b; }

#dcf40b Text Font Color

<p style="color:#dcf40b">Text here</p>

This sample text font color is #dcf40b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcf40b Background Color

<div style="background-color:#dcf40b">
Div content here</div>

This div background color is #dcf40b


#dcf40b Border Color

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

This div border color is #dcf40b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,244,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcf40b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcf40b;
  -webkit-box-shadow: 1px 1px 3px 2px #dcf40b;
  box-shadow:         1px 1px 3px 2px #dcf40b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,244,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcf40b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf40b;
  -webkit-box-shadow: 1px 1px 3px 2px #dcf40b;
  box-shadow:         1px 1px 3px 2px #dcf40b;">
Div content here</div>

This div box has shadow with color #dcf40b


Comments

No comments written yet.

Please login to write comment.