Color Hex Logo

#dcf04c Color Hex

#DCF04C
(220,240,76)
0 Favorites   0 Comments

Color spaces of #dcf04c

RGB 22024076
HSL0.190.850.62
HSV67°68°94°
CMYK 0.080.000.68   0.06
XYZ61.979878.057618.6374
Yxy78.05760.39060.4919
Hunter Lab88.3502-29.390849.3380
CIE-Lab90.8062-26.786873.1020

#dcf04c color RGB value is (220,240,76).

#dcf04c hex color red value is 220, green value is 240 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dcf04c hue: 0.19 , saturation: 0.85 and the lightness value of dcf04c is 0.62.

The process color (four color CMYK) of #dcf04c color hex is 0.08, 0.00, 0.68, 0.06. Web safe color of #dcf04c is #ccff33. Color #dcf04c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110000 01001100
Octal 334 360 114
Decimal 220 240 76
Hex DC F0 4C

RGB Percentages of Color #dcf04c

%41.04
%44.78
%14.18

CMYK Percentages of Color #dcf04c

%8
%0
%68
%6

Triadic Colors of #dcf04c

#dcf04c #4cdcf0 #f04cdc

Analogous Colors of #dcf04c

#dcf04c #8af04c #f0b24c

Monochromatic Colors of #dcf04c

#dcf04c

Complementary Color

#dcf04c #604cf0

#dcf04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf04c Color CSS Codes

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

#dcf04c Text Font Color

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

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


#dcf04c Background Color

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

This div background color is #dcf04c


#dcf04c Border Color

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

This div border color is #dcf04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf04c


Comments

No comments written yet.

Please login to write comment.