Color Hex Logo

#dcf72d Color Hex

#DCF72D
(220,247,45)
0 Favorites   0 Comments

Color spaces of #dcf72d

RGB 22024745
HSL0.190.930.57
HSV68°82°97°
CMYK 0.110.000.82   0.03
XYZ63.249681.926614.9624
Yxy81.92660.39500.5116
Hunter Lab90.5133-33.664753.5583
CIE-Lab92.5425-31.329783.9349

#dcf72d color RGB value is (220,247,45).

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

The process color (four color CMYK) of #dcf72d color hex is 0.11, 0.00, 0.82, 0.03. Web safe color of #dcf72d is #ccff33. Color #dcf72d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 00101101
Octal 334 367 55
Decimal 220 247 45
Hex DC F7 2D

RGB Percentages of Color #dcf72d

%42.97
%48.24
%8.79

CMYK Percentages of Color #dcf72d

%11
%0
%82
%3

Triadic Colors of #dcf72d

#dcf72d #2ddcf7 #f72ddc

Analogous Colors of #dcf72d

#dcf72d #77f72d #f7ad2d

Monochromatic Colors of #dcf72d

#dcf72d

Complementary Color

#dcf72d #482df7

#dcf72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf72d Color CSS Codes

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

#dcf72d Text Font Color

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

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


#dcf72d Background Color

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

This div background color is #dcf72d


#dcf72d Border Color

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

This div border color is #dcf72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf72d


Comments

No comments written yet.

Please login to write comment.