Color Hex Logo

#dfff9f Color Hex

#DFFF9F
(223,255,159)
0 Favorites   0 Comments

Color spaces of #dfff9f

RGB 223255159
HSL0.221.000.81
HSV80°38°100°
CMYK 0.130.000.38   0.00
XYZ72.449489.711246.2984
Yxy89.71120.34750.4304
Hunter Lab94.7160-29.216237.3195
CIE-Lab95.8768-25.488042.4966

#dfff9f color RGB value is (223,255,159).

#dfff9f hex color red value is 223, green value is 255 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dfff9f hue: 0.22 , saturation: 1.00 and the lightness value of dfff9f is 0.81.

The process color (four color CMYK) of #dfff9f color hex is 0.13, 0.00, 0.38, 0.00. Web safe color of #dfff9f is #ccff99. Color #dfff9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 10011111
Octal 337 377 237
Decimal 223 255 159
Hex DF FF 9F

RGB Percentages of Color #dfff9f

%35.01
%40.03
%24.96

CMYK Percentages of Color #dfff9f

%13
%0
%38
%0

Triadic Colors of #dfff9f

#dfff9f #9fdfff #ff9fdf

Analogous Colors of #dfff9f

#dfff9f #afff9f #ffef9f

Monochromatic Colors of #dfff9f

#dfff9f

Complementary Color

#dfff9f #bf9fff

#dfff9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfff9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfff9f Color CSS Codes

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

#dfff9f Text Font Color

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

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


#dfff9f Background Color

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

This div background color is #dfff9f


#dfff9f Border Color

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

This div border color is #dfff9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfff9f

Related Colors


Comments

No comments written yet.

Please login to write comment.