Color Hex Logo

#dcfb6f Color Hex

#DCFB6F
(220,251,111)
0 Favorites   0 Comments

Color spaces of #dcfb6f

RGB 220251111
HSL0.200.950.71
HSV73°56°98°
CMYK 0.120.000.56   0.02
XYZ66.881685.357727.9896
Yxy85.35770.37110.4736
Hunter Lab92.3892-32.463046.7104
CIE-Lab94.0370-29.571362.5517

#dcfb6f color RGB value is (220,251,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01101111
Octal 334 373 157
Decimal 220 251 111
Hex DC FB 6F

RGB Percentages of Color #dcfb6f

%37.80
%43.13
%19.07

CMYK Percentages of Color #dcfb6f

%12
%0
%56
%2

Triadic Colors of #dcfb6f

#dcfb6f #6fdcfb #fb6fdc

Analogous Colors of #dcfb6f

#dcfb6f #96fb6f #fbd46f

Monochromatic Colors of #dcfb6f

#dcfb6f

Complementary Color

#dcfb6f #8e6ffb

#dcfb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb6f Color CSS Codes

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

#dcfb6f Text Font Color

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

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


#dcfb6f Background Color

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

This div background color is #dcfb6f


#dcfb6f Border Color

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

This div border color is #dcfb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb6f


Comments

No comments written yet.

Please login to write comment.