Color Hex Logo

#dcf719 Color Hex

#DCF719
(220,247,25)
0 Favorites   0 Comments

Color spaces of #dcf719

RGB 22024725
HSL0.190.930.53
HSV67°90°97°
CMYK 0.110.000.90   0.03
XYZ62.951481.807413.3922
Yxy81.80740.39800.5173
Hunter Lab90.4474-34.047154.5344
CIE-Lab92.4898-31.789887.5886

#dcf719 color RGB value is (220,247,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 00011001
Octal 334 367 31
Decimal 220 247 25
Hex DC F7 19

RGB Percentages of Color #dcf719

%44.72
%50.20
%5.08

CMYK Percentages of Color #dcf719

%11
%0
%90
%3

Triadic Colors of #dcf719

#dcf719 #19dcf7 #f719dc

Analogous Colors of #dcf719

#dcf719 #6df719 #f7a319

Monochromatic Colors of #dcf719

#dcf719

Complementary Color

#dcf719 #3419f7

#dcf719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf719 Color CSS Codes

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

#dcf719 Text Font Color

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

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


#dcf719 Background Color

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

This div background color is #dcf719


#dcf719 Border Color

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

This div border color is #dcf719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf719


Comments

No comments written yet.

Please login to write comment.