Color Hex Logo

#dffe13 Color Hex

#DFFE13
(223,254,19)
0 Favorites   0 Comments

Color spaces of #dffe13

RGB 22325419
HSL0.190.990.54
HSV68°93°100°
CMYK 0.120.000.93   0.00
XYZ65.990886.618613.8571
Yxy86.61860.39640.5203
Hunter Lab93.0691-36.305256.3207
CIE-Lab94.5762-33.878690.0480

#dffe13 color RGB value is (223,254,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 00010011
Octal 337 376 23
Decimal 223 254 19
Hex DF FE 13

RGB Percentages of Color #dffe13

%44.96
%51.21
%3.83

CMYK Percentages of Color #dffe13

%12
%0
%93
%0

Triadic Colors of #dffe13

#dffe13 #13dffe #fe13df

Analogous Colors of #dffe13

#dffe13 #6afe13 #fea813

Monochromatic Colors of #dffe13

#dffe13

Complementary Color

#dffe13 #3213fe

#dffe13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe13 Color CSS Codes

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

#dffe13 Text Font Color

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

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


#dffe13 Background Color

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

This div background color is #dffe13


#dffe13 Border Color

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

This div border color is #dffe13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe13

Related Colors


Comments

No comments written yet.

Please login to write comment.