Color Hex Logo

#dcf53d Color Hex

#DCF53D
(220,245,61)
0 Favorites   0 Comments

Color spaces of #dcf53d

RGB 22024561
HSL0.190.900.60
HSV68°75°96°
CMYK 0.100.000.75   0.04
XYZ63.009980.857416.7009
Yxy80.85740.39240.5036
Hunter Lab89.9207-32.281551.9326
CIE-Lab92.0682-29.837779.2655

#dcf53d color RGB value is (220,245,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 00111101
Octal 334 365 75
Decimal 220 245 61
Hex DC F5 3D

RGB Percentages of Color #dcf53d

%41.83
%46.58
%11.60

CMYK Percentages of Color #dcf53d

%10
%0
%75
%4

Triadic Colors of #dcf53d

#dcf53d #3ddcf5 #f53ddc

Analogous Colors of #dcf53d

#dcf53d #80f53d #f5b23d

Monochromatic Colors of #dcf53d

#dcf53d

Complementary Color

#dcf53d #563df5

#dcf53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf53d Color CSS Codes

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

#dcf53d Text Font Color

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

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


#dcf53d Background Color

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

This div background color is #dcf53d


#dcf53d Border Color

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

This div border color is #dcf53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf53d

Related Colors


Comments

No comments written yet.

Please login to write comment.