Color Hex Logo

#dcf46c Color Hex

#DCF46C
(220,244,108)
0 Favorites   0 Comments

Color spaces of #dcf46c

RGB 220244108
HSL0.200.860.69
HSV71°56°96°
CMYK 0.100.000.56   0.04
XYZ64.572780.999726.4185
Yxy80.99970.37540.4710
Hunter Lab89.9998-29.430345.5959
CIE-Lab92.1316-26.535861.6917

#dcf46c color RGB value is (220,244,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 01101100
Octal 334 364 154
Decimal 220 244 108
Hex DC F4 6C

RGB Percentages of Color #dcf46c

%38.46
%42.66
%18.88

CMYK Percentages of Color #dcf46c

%10
%0
%56
%4

Triadic Colors of #dcf46c

#dcf46c #6cdcf4 #f46cdc

Analogous Colors of #dcf46c

#dcf46c #98f46c #f4c86c

Monochromatic Colors of #dcf46c

#dcf46c

Complementary Color

#dcf46c #846cf4

#dcf46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf46c Color CSS Codes

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

#dcf46c Text Font Color

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

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


#dcf46c Background Color

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

This div background color is #dcf46c


#dcf46c Border Color

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

This div border color is #dcf46c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,244,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 #dcf46c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf46c


Comments

No comments written yet.

Please login to write comment.