Color Hex Logo

#dff86f Color Hex

#DFF86F
(223,248,111)
0 Favorites   0 Comments

Color spaces of #dff86f

RGB 223248111
HSL0.200.910.70
HSV71°55°97°
CMYK 0.100.000.55   0.03
XYZ66.868183.970527.7225
Yxy83.97050.37450.4703
Hunter Lab91.6354-30.107246.2078
CIE-Lab93.4377-27.017961.9241

#dff86f color RGB value is (223,248,111).

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

The process color (four color CMYK) of #dff86f color hex is 0.10, 0.00, 0.55, 0.03. Web safe color of #dff86f is #ccff66. Color #dff86f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111000 01101111
Octal 337 370 157
Decimal 223 248 111
Hex DF F8 6F

RGB Percentages of Color #dff86f

%38.32
%42.61
%19.07

CMYK Percentages of Color #dff86f

%10
%0
%55
%3

Triadic Colors of #dff86f

#dff86f #6fdff8 #f86fdf

Analogous Colors of #dff86f

#dff86f #9bf86f #f8cd6f

Monochromatic Colors of #dff86f

#dff86f

Complementary Color

#dff86f #886ff8

#dff86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff86f Color CSS Codes

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

#dff86f Text Font Color

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

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


#dff86f Background Color

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

This div background color is #dff86f


#dff86f Border Color

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

This div border color is #dff86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff86f


Comments

No comments written yet.

Please login to write comment.