Color Hex Logo

#dffc6f Color Hex

#DFFC6F
(223,252,111)
0 Favorites   0 Comments

Color spaces of #dffc6f

RGB 223252111
HSL0.200.960.71
HSV72°56°99°
CMYK 0.120.000.56   0.01
XYZ68.111186.456528.1369
Yxy86.45650.37280.4732
Hunter Lab92.9820-31.963847.1459
CIE-Lab94.5072-28.889263.1396

#dffc6f color RGB value is (223,252,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 01101111
Octal 337 374 157
Decimal 223 252 111
Hex DF FC 6F

RGB Percentages of Color #dffc6f

%38.05
%43.00
%18.94

CMYK Percentages of Color #dffc6f

%12
%0
%56
%1

Triadic Colors of #dffc6f

#dffc6f #6fdffc #fc6fdf

Analogous Colors of #dffc6f

#dffc6f #99fc6f #fcd36f

Monochromatic Colors of #dffc6f

#dffc6f

Complementary Color

#dffc6f #8c6ffc

#dffc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffc6f Color CSS Codes

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

#dffc6f Text Font Color

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

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


#dffc6f Background Color

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

This div background color is #dffc6f


#dffc6f Border Color

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

This div border color is #dffc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffc6f


Comments

No comments written yet.

Please login to write comment.