Color Hex Logo

#dcf53e Color Hex

#DCF53E
(220,245,62)
0 Favorites   0 Comments

Color spaces of #dcf53e

RGB 22024562
HSL0.190.900.60
HSV68°75°96°
CMYK 0.100.000.75   0.04
XYZ63.037180.868316.8442
Yxy80.86830.39210.5031
Hunter Lab89.9268-32.246651.8431
CIE-Lab92.0731-29.795978.9685

#dcf53e color RGB value is (220,245,62).

#dcf53e hex color red value is 220, green value is 245 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dcf53e hue: 0.19 , saturation: 0.90 and the lightness value of dcf53e is 0.60.

The process color (four color CMYK) of #dcf53e color hex is 0.10, 0.00, 0.75, 0.04. Web safe color of #dcf53e is #ccff33. Color #dcf53e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 00111110
Octal 334 365 76
Decimal 220 245 62
Hex DC F5 3E

RGB Percentages of Color #dcf53e

%41.75
%46.49
%11.76

CMYK Percentages of Color #dcf53e

%10
%0
%75
%4

Triadic Colors of #dcf53e

#dcf53e #3edcf5 #f53edc

Analogous Colors of #dcf53e

#dcf53e #81f53e #f5b33e

Monochromatic Colors of #dcf53e

#dcf53e

Complementary Color

#dcf53e #573ef5

#dcf53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf53e Color CSS Codes

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

#dcf53e Text Font Color

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

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


#dcf53e Background Color

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

This div background color is #dcf53e


#dcf53e Border Color

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

This div border color is #dcf53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf53e


Comments

No comments written yet.

Please login to write comment.