Color Hex Logo

#dcf56c Color Hex

#DCF56C
(220,245,108)
0 Favorites   0 Comments

Color spaces of #dcf56c

RGB 220245108
HSL0.200.870.69
HSV71°56°96°
CMYK 0.100.000.56   0.04
XYZ64.874481.603226.5191
Yxy81.60320.37500.4717
Hunter Lab90.3345-29.894245.8286
CIE-Lab92.3994-27.006961.9955

#dcf56c color RGB value is (220,245,108).

#dcf56c hex color red value is 220, green value is 245 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dcf56c hue: 0.20 , saturation: 0.87 and the lightness value of dcf56c is 0.69.

The process color (four color CMYK) of #dcf56c color hex is 0.10, 0.00, 0.56, 0.04. Web safe color of #dcf56c is #ccff66. Color #dcf56c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 01101100
Octal 334 365 154
Decimal 220 245 108
Hex DC F5 6C

RGB Percentages of Color #dcf56c

%38.39
%42.76
%18.85

CMYK Percentages of Color #dcf56c

%10
%0
%56
%4

Triadic Colors of #dcf56c

#dcf56c #6cdcf5 #f56cdc

Analogous Colors of #dcf56c

#dcf56c #98f56c #f5ca6c

Monochromatic Colors of #dcf56c

#dcf56c

Complementary Color

#dcf56c #856cf5

#dcf56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf56c Color CSS Codes

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

#dcf56c Text Font Color

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

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


#dcf56c Background Color

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

This div background color is #dcf56c


#dcf56c Border Color

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

This div border color is #dcf56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf56c


Comments

No comments written yet.

Please login to write comment.