Color Hex Logo

#dffe04 Color Hex

#DFFE04
(223,254,4)
0 Favorites   0 Comments

Color spaces of #dffe04

RGB 2232544
HSL0.190.990.51
HSV67°98°100°
CMYK 0.120.000.98   0.00
XYZ65.895286.580413.3535
Yxy86.58040.39740.5221
Hunter Lab93.0486-36.424856.6252
CIE-Lab94.5600-34.022591.2537

#dffe04 color RGB value is (223,254,4).

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

The process color (four color CMYK) of #dffe04 color hex is 0.12, 0.00, 0.98, 0.00. Web safe color of #dffe04 is #ccff00. Color #dffe04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 00000100
Octal 337 376 4
Decimal 223 254 4
Hex DF FE 4

RGB Percentages of Color #dffe04

%46.36
%52.81
%0.83

CMYK Percentages of Color #dffe04

%12
%0
%98
%0

Triadic Colors of #dffe04

#dffe04 #04dffe #fe04df

Analogous Colors of #dffe04

#dffe04 #62fe04 #fea004

Monochromatic Colors of #dffe04

#dffe04

Complementary Color

#dffe04 #2304fe

#dffe04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe04 Color CSS Codes

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

#dffe04 Text Font Color

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

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


#dffe04 Background Color

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

This div background color is #dffe04


#dffe04 Border Color

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

This div border color is #dffe04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe04


Comments

No comments written yet.

Please login to write comment.