Color Hex Logo

#dcf16f Color Hex

#DCF16F
(220,241,111)
0 Favorites   0 Comments

Color spaces of #dcf16f

RGB 220241111
HSL0.190.820.69
HSV70°54°95°
CMYK 0.090.000.54   0.05
XYZ63.839779.273926.9756
Yxy79.27390.37530.4661
Hunter Lab89.0359-27.826444.3618
CIE-Lab91.3581-24.871359.4874

#dcf16f color RGB value is (220,241,111).

#dcf16f hex color red value is 220, green value is 241 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dcf16f hue: 0.19 , saturation: 0.82 and the lightness value of dcf16f is 0.69.

The process color (four color CMYK) of #dcf16f color hex is 0.09, 0.00, 0.54, 0.05. Web safe color of #dcf16f is #ccff66. Color #dcf16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 01101111
Octal 334 361 157
Decimal 220 241 111
Hex DC F1 6F

RGB Percentages of Color #dcf16f

%38.46
%42.13
%19.41

CMYK Percentages of Color #dcf16f

%9
%0
%54
%5

Triadic Colors of #dcf16f

#dcf16f #6fdcf1 #f16fdc

Analogous Colors of #dcf16f

#dcf16f #9bf16f #f1c56f

Monochromatic Colors of #dcf16f

#dcf16f

Complementary Color

#dcf16f #846ff1

#dcf16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf16f Color CSS Codes

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

#dcf16f Text Font Color

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

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


#dcf16f Background Color

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

This div background color is #dcf16f


#dcf16f Border Color

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

This div border color is #dcf16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf16f


Comments

No comments written yet.

Please login to write comment.