Color Hex Logo

#ddf219 Color Hex

#DDF219
(221,242,25)
0 Favorites   0 Comments

Color spaces of #ddf219

RGB 22124225
HSL0.180.890.52
HSV66°90°95°
CMYK 0.090.000.90   0.05
XYZ61.746478.946612.9035
Yxy78.94660.40200.5140
Hunter Lab88.8519-31.444753.5860
CIE-Lab91.2101-29.072986.6071

#ddf219 color RGB value is (221,242,25).

#ddf219 hex color red value is 221, green value is 242 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ddf219 hue: 0.18 , saturation: 0.89 and the lightness value of ddf219 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 00011001
Octal 335 362 31
Decimal 221 242 25
Hex DD F2 19

RGB Percentages of Color #ddf219

%45.29
%49.59
%5.12

CMYK Percentages of Color #ddf219

%9
%0
%90
%5

Triadic Colors of #ddf219

#ddf219 #19ddf2 #f219dd

Analogous Colors of #ddf219

#ddf219 #71f219 #f29b19

Monochromatic Colors of #ddf219

#ddf219

Complementary Color

#ddf219 #2e19f2

#ddf219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf219 Color CSS Codes

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

#ddf219 Text Font Color

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

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


#ddf219 Background Color

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

This div background color is #ddf219


#ddf219 Border Color

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

This div border color is #ddf219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf219


Comments

No comments written yet.

Please login to write comment.