Color Hex Logo

#dcfa6f Color Hex

#DCFA6F
(220,250,111)
0 Favorites   0 Comments

Color spaces of #dcfa6f

RGB 220250111
HSL0.200.930.71
HSV73°56°98°
CMYK 0.120.000.56   0.02
XYZ66.570184.734627.8857
Yxy84.73460.37150.4729
Hunter Lab92.0514-32.001646.4749
CIE-Lab93.7686-29.105962.2465

#dcfa6f color RGB value is (220,250,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 01101111
Octal 334 372 157
Decimal 220 250 111
Hex DC FA 6F

RGB Percentages of Color #dcfa6f

%37.87
%43.03
%19.10

CMYK Percentages of Color #dcfa6f

%12
%0
%56
%2

Triadic Colors of #dcfa6f

#dcfa6f #6fdcfa #fa6fdc

Analogous Colors of #dcfa6f

#dcfa6f #97fa6f #fad36f

Monochromatic Colors of #dcfa6f

#dcfa6f

Complementary Color

#dcfa6f #8d6ffa

#dcfa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa6f Color CSS Codes

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

#dcfa6f Text Font Color

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

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


#dcfa6f Background Color

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

This div background color is #dcfa6f


#dcfa6f Border Color

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

This div border color is #dcfa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa6f


Comments

No comments written yet.

Please login to write comment.