Color Hex Logo

#ddfa19 Color Hex

#DDFA19
(221,250,25)
0 Favorites   0 Comments

Color spaces of #ddfa19

RGB 22125025
HSL0.190.960.54
HSV68°90°98°
CMYK 0.120.000.90   0.02
XYZ64.179983.813613.7147
Yxy83.81360.39690.5183
Hunter Lab91.5498-35.076755.2028
CIE-Lab93.3695-32.764788.3132

#ddfa19 color RGB value is (221,250,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 00011001
Octal 335 372 31
Decimal 221 250 25
Hex DD FA 19

RGB Percentages of Color #ddfa19

%44.56
%50.40
%5.04

CMYK Percentages of Color #ddfa19

%12
%0
%90
%2

Triadic Colors of #ddfa19

#ddfa19 #19ddfa #fa19dd

Analogous Colors of #ddfa19

#ddfa19 #6dfa19 #faa719

Monochromatic Colors of #ddfa19

#ddfa19

Complementary Color

#ddfa19 #3619fa

#ddfa19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa19 Color CSS Codes

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

#ddfa19 Text Font Color

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

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


#ddfa19 Background Color

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

This div background color is #ddfa19


#ddfa19 Border Color

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

This div border color is #ddfa19


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,250,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 #ddfa19">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa19


Comments

No comments written yet.

Please login to write comment.