Color Hex Logo

#dcf56f Color Hex

#DCF56F
(220,245,111)
0 Favorites   0 Comments

Color spaces of #dcf56f

RGB 220245111
HSL0.200.870.70
HSV71°55°96°
CMYK 0.100.000.55   0.04
XYZ65.036981.668227.3747
Yxy81.66820.37360.4691
Hunter Lab90.3705-29.687245.2994
CIE-Lab92.4282-26.763760.7160

#dcf56f color RGB value is (220,245,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 01101111
Octal 334 365 157
Decimal 220 245 111
Hex DC F5 6F

RGB Percentages of Color #dcf56f

%38.19
%42.53
%19.27

CMYK Percentages of Color #dcf56f

%10
%0
%55
%4

Triadic Colors of #dcf56f

#dcf56f #6fdcf5 #f56fdc

Analogous Colors of #dcf56f

#dcf56f #99f56f #f5cb6f

Monochromatic Colors of #dcf56f

#dcf56f

Complementary Color

#dcf56f #886ff5

#dcf56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf56f Color CSS Codes

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

#dcf56f Text Font Color

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

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


#dcf56f Background Color

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

This div background color is #dcf56f


#dcf56f Border Color

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

This div border color is #dcf56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf56f


Comments

No comments written yet.

Please login to write comment.