Color Hex Logo

#dcf904 Color Hex

#DCF904
(220,249,4)
0 Favorites   0 Comments

Color spaces of #dcf904

RGB 2202494
HSL0.190.970.50
HSV67°98°98°
CMYK 0.120.000.98   0.02
XYZ63.412882.975812.7886
Yxy82.97580.39840.5213
Hunter Lab91.0911-35.147055.4398
CIE-Lab93.0038-32.943389.9922

#dcf904 color RGB value is (220,249,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 00000100
Octal 334 371 4
Decimal 220 249 4
Hex DC F9 4

RGB Percentages of Color #dcf904

%46.51
%52.64
%0.85

CMYK Percentages of Color #dcf904

%12
%0
%98
%2

Triadic Colors of #dcf904

#dcf904 #04dcf9 #f904dc

Analogous Colors of #dcf904

#dcf904 #61f904 #f99c04

Monochromatic Colors of #dcf904

#dcf904

Complementary Color

#dcf904 #2104f9

#dcf904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf904 Color CSS Codes

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

#dcf904 Text Font Color

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

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


#dcf904 Background Color

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

This div background color is #dcf904


#dcf904 Border Color

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

This div border color is #dcf904


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,249,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 #dcf904">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf904


Comments

No comments written yet.

Please login to write comment.