Color Hex Logo

#dff97f Color Hex

#DFF97F
(223,249,127)
0 Favorites   0 Comments

Color spaces of #dff97f

RGB 223249127
HSL0.200.910.74
HSV73°49°98°
CMYK 0.100.000.49   0.02
XYZ68.137984.971632.8886
Yxy84.97160.36630.4568
Hunter Lab92.1800-29.370943.3722
CIE-Lab93.8709-26.087855.2410

#dff97f color RGB value is (223,249,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 01111111
Octal 337 371 177
Decimal 223 249 127
Hex DF F9 7F

RGB Percentages of Color #dff97f

%37.23
%41.57
%21.20

CMYK Percentages of Color #dff97f

%10
%0
%49
%2

Triadic Colors of #dff97f

#dff97f #7fdff9 #f97fdf

Analogous Colors of #dff97f

#dff97f #a2f97f #f9d67f

Monochromatic Colors of #dff97f

#dff97f

Complementary Color

#dff97f #997ff9

#dff97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff97f Color CSS Codes

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

#dff97f Text Font Color

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

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


#dff97f Background Color

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

This div background color is #dff97f


#dff97f Border Color

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

This div border color is #dff97f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,249,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dff97f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff97f


Comments

No comments written yet.

Please login to write comment.