Color Hex Logo

#dff96f Color Hex

#DFF96F
(223,249,111)
0 Favorites   0 Comments

Color spaces of #dff96f

RGB 223249111
HSL0.200.920.71
HSV71°55°98°
CMYK 0.100.000.55   0.02
XYZ67.176484.587027.8253
Yxy84.58700.37410.4710
Hunter Lab91.9712-30.571946.4420
CIE-Lab93.7049-27.487162.2283

#dff96f color RGB value is (223,249,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 01101111
Octal 337 371 157
Decimal 223 249 111
Hex DF F9 6F

RGB Percentages of Color #dff96f

%38.25
%42.71
%19.04

CMYK Percentages of Color #dff96f

%10
%0
%55
%2

Triadic Colors of #dff96f

#dff96f #6fdff9 #f96fdf

Analogous Colors of #dff96f

#dff96f #9af96f #f9ce6f

Monochromatic Colors of #dff96f

#dff96f

Complementary Color

#dff96f #896ff9

#dff96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff96f Color CSS Codes

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

#dff96f Text Font Color

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

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


#dff96f Background Color

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

This div background color is #dff96f


#dff96f Border Color

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

This div border color is #dff96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff96f


Comments

No comments written yet.

Please login to write comment.