Color Hex Logo

#dfff2f Color Hex

#DFFF2F
(223,255,47)
0 Favorites   0 Comments

Color spaces of #dfff2f

RGB 22325547
HSL0.191.000.59
HSV69°82°100°
CMYK 0.130.000.82   0.00
XYZ66.704587.413216.0461
Yxy87.41320.39200.5137
Hunter Lab93.4950-36.264655.2709
CIE-Lab94.9133-33.741385.5887

#dfff2f color RGB value is (223,255,47).

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

The process color (four color CMYK) of #dfff2f color hex is 0.13, 0.00, 0.82, 0.00. Web safe color of #dfff2f is #ccff33. Color #dfff2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 00101111
Octal 337 377 57
Decimal 223 255 47
Hex DF FF 2F

RGB Percentages of Color #dfff2f

%42.48
%48.57
%8.95

CMYK Percentages of Color #dfff2f

%13
%0
%82
%0

Triadic Colors of #dfff2f

#dfff2f #2fdfff #ff2fdf

Analogous Colors of #dfff2f

#dfff2f #77ff2f #ffb72f

Monochromatic Colors of #dfff2f

#dfff2f

Complementary Color

#dfff2f #4f2fff

#dfff2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfff2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfff2f Color CSS Codes

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

#dfff2f Text Font Color

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

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


#dfff2f Background Color

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

This div background color is #dfff2f


#dfff2f Border Color

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

This div border color is #dfff2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfff2f


Comments

No comments written yet.

Please login to write comment.