Color Hex Logo

#dffe3f Color Hex

#DFFE3F
(223,254,63)
0 Favorites   0 Comments

Color spaces of #dffe3f

RGB 22325463
HSL0.190.990.62
HSV70°75°100°
CMYK 0.120.000.75   0.00
XYZ66.770486.930517.9627
Yxy86.93050.38900.5064
Hunter Lab93.2365-35.332953.8429
CIE-Lab94.7088-32.713481.1872

#dffe3f color RGB value is (223,254,63).

#dffe3f hex color red value is 223, green value is 254 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dffe3f hue: 0.19 , saturation: 0.99 and the lightness value of dffe3f is 0.62.

The process color (four color CMYK) of #dffe3f color hex is 0.12, 0.00, 0.75, 0.00. Web safe color of #dffe3f is #ccff33. Color #dffe3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 00111111
Octal 337 376 77
Decimal 223 254 63
Hex DF FE 3F

RGB Percentages of Color #dffe3f

%41.30
%47.04
%11.67

CMYK Percentages of Color #dffe3f

%12
%0
%75
%0

Triadic Colors of #dffe3f

#dffe3f #3fdffe #fe3fdf

Analogous Colors of #dffe3f

#dffe3f #80fe3f #febe3f

Monochromatic Colors of #dffe3f

#dffe3f

Complementary Color

#dffe3f #5e3ffe

#dffe3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe3f Color CSS Codes

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

#dffe3f Text Font Color

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

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


#dffe3f Background Color

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

This div background color is #dffe3f


#dffe3f Border Color

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

This div border color is #dffe3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe3f


Comments

No comments written yet.

Please login to write comment.