Color Hex Logo

#ddfe19 Color Hex

#DDFE19
(221,254,25)
0 Favorites   0 Comments

Color spaces of #ddfe19

RGB 22125425
HSL0.190.990.55
HSV69°90°100°
CMYK 0.130.000.90   0.00
XYZ65.436186.326014.1334
Yxy86.32600.39440.5204
Hunter Lab92.9118-36.881356.0193
CIE-Lab94.4516-34.585489.1688

#ddfe19 color RGB value is (221,254,25).

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

The process color (four color CMYK) of #ddfe19 color hex is 0.13, 0.00, 0.90, 0.00. Web safe color of #ddfe19 is #ccff00. Color #ddfe19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 00011001
Octal 335 376 31
Decimal 221 254 25
Hex DD FE 19

RGB Percentages of Color #ddfe19

%44.20
%50.80
%5.00

CMYK Percentages of Color #ddfe19

%13
%0
%90
%0

Triadic Colors of #ddfe19

#ddfe19 #19ddfe #fe19dd

Analogous Colors of #ddfe19

#ddfe19 #6bfe19 #fead19

Monochromatic Colors of #ddfe19

#ddfe19

Complementary Color

#ddfe19 #3a19fe

#ddfe19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe19 Color CSS Codes

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

#ddfe19 Text Font Color

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

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


#ddfe19 Background Color

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

This div background color is #ddfe19


#ddfe19 Border Color

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

This div border color is #ddfe19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe19


Comments

No comments written yet.

Please login to write comment.