Color Hex Logo

#dcf40d Color Hex

#DCF40D
(220,244,13)
0 Favorites   0 Comments

Color spaces of #dcf40d

RGB 22024413
HSL0.180.910.50
HSV66°95°96°
CMYK 0.100.000.95   0.04
XYZ61.938579.946112.5474
Yxy79.94610.40110.5177
Hunter Lab89.4126-32.820354.2686
CIE-Lab91.6607-30.566388.2961

#dcf40d color RGB value is (220,244,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 00001101
Octal 334 364 15
Decimal 220 244 13
Hex DC F4 D

RGB Percentages of Color #dcf40d

%46.12
%51.15
%2.73

CMYK Percentages of Color #dcf40d

%10
%0
%95
%4

Triadic Colors of #dcf40d

#dcf40d #0ddcf4 #f40ddc

Analogous Colors of #dcf40d

#dcf40d #69f40d #f4990d

Monochromatic Colors of #dcf40d

#dcf40d

Complementary Color

#dcf40d #250df4

#dcf40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf40d Color CSS Codes

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

#dcf40d Text Font Color

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

This sample text font color is #dcf40d
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.


#dcf40d Background Color

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

This div background color is #dcf40d


#dcf40d Border Color

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

This div border color is #dcf40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf40d


Comments

No comments written yet.

Please login to write comment.