Color Hex Logo

#dcfa6c Color Hex

#DCFA6C
(220,250,108)
0 Favorites   0 Comments

Color spaces of #dcfa6c

RGB 220250108
HSL0.200.930.70
HSV73°57°98°
CMYK 0.120.000.57   0.02
XYZ66.407684.669627.0302
Yxy84.66960.37290.4754
Hunter Lab92.0161-32.205546.9945
CIE-Lab93.7406-29.346563.5104

#dcfa6c color RGB value is (220,250,108).

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

The process color (four color CMYK) of #dcfa6c color hex is 0.12, 0.00, 0.57, 0.02. Web safe color of #dcfa6c is #ccff66. Color #dcfa6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 01101100
Octal 334 372 154
Decimal 220 250 108
Hex DC FA 6C

RGB Percentages of Color #dcfa6c

%38.06
%43.25
%18.69

CMYK Percentages of Color #dcfa6c

%12
%0
%57
%2

Triadic Colors of #dcfa6c

#dcfa6c #6cdcfa #fa6cdc

Analogous Colors of #dcfa6c

#dcfa6c #95fa6c #fad16c

Monochromatic Colors of #dcfa6c

#dcfa6c

Complementary Color

#dcfa6c #8a6cfa

#dcfa6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa6c Color CSS Codes

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

#dcfa6c Text Font Color

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

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


#dcfa6c Background Color

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

This div background color is #dcfa6c


#dcfa6c Border Color

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

This div border color is #dcfa6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa6c


Comments

No comments written yet.

Please login to write comment.