Color Hex Logo

#dcff04 Color Hex

#DCFF04
(220,255,4)
0 Favorites   0 Comments

Color spaces of #dcff04

RGB 2202554
HSL0.191.000.51
HSV68°98°100°
CMYK 0.140.000.98   0.00
XYZ65.297186.744413.4167
Yxy86.74440.39460.5243
Hunter Lab93.1367-37.844856.6547
CIE-Lab94.6297-35.666191.2175

#dcff04 color RGB value is (220,255,4).

#dcff04 hex color red value is 220, green value is 255 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dcff04 hue: 0.19 , saturation: 1.00 and the lightness value of dcff04 is 0.51.

The process color (four color CMYK) of #dcff04 color hex is 0.14, 0.00, 0.98, 0.00. Web safe color of #dcff04 is #ccff00. Color #dcff04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 00000100
Octal 334 377 4
Decimal 220 255 4
Hex DC FF 4

RGB Percentages of Color #dcff04

%45.93
%53.24
%0.84

CMYK Percentages of Color #dcff04

%14
%0
%98
%0

Triadic Colors of #dcff04

#dcff04 #04dcff #ff04dc

Analogous Colors of #dcff04

#dcff04 #5fff04 #ffa504

Monochromatic Colors of #dcff04

#dcff04

Complementary Color

#dcff04 #2704ff

#dcff04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcff04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcff04 Color CSS Codes

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

#dcff04 Text Font Color

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

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


#dcff04 Background Color

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

This div background color is #dcff04


#dcff04 Border Color

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

This div border color is #dcff04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcff04


Comments

No comments written yet.

Please login to write comment.