Color Hex Logo

#dcf704 Color Hex

#DCF704
(220,247,4)
0 Favorites   0 Comments

Color spaces of #dcf704

RGB 2202474
HSL0.190.970.49
HSV67°98°97°
CMYK 0.110.000.98   0.03
XYZ62.797981.745912.5836
Yxy81.74590.39970.5203
Hunter Lab90.4134-34.243955.0375
CIE-Lab92.4626-32.027189.5852

#dcf704 color RGB value is (220,247,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 00000100
Octal 334 367 4
Decimal 220 247 4
Hex DC F7 4

RGB Percentages of Color #dcf704

%46.71
%52.44
%0.85

CMYK Percentages of Color #dcf704

%11
%0
%98
%3

Triadic Colors of #dcf704

#dcf704 #04dcf7 #f704dc

Analogous Colors of #dcf704

#dcf704 #62f704 #f79904

Monochromatic Colors of #dcf704

#dcf704

Complementary Color

#dcf704 #1f04f7

#dcf704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf704 Color CSS Codes

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

#dcf704 Text Font Color

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

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


#dcf704 Background Color

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

This div background color is #dcf704


#dcf704 Border Color

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

This div border color is #dcf704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf704


Comments

No comments written yet.

Please login to write comment.