Color Hex Logo

#ddf420 Color Hex

#DDF420
(221,244,32)
0 Favorites   0 Comments

Color spaces of #ddf420

RGB 22124432
HSL0.180.910.54
HSV67°87°96°
CMYK 0.090.000.87   0.04
XYZ62.430280.177813.5519
Yxy80.17780.39980.5134
Hunter Lab89.5421-32.245553.7061
CIE-Lab91.7646-29.870185.9444

#ddf420 color RGB value is (221,244,32).

#ddf420 hex color red value is 221, green value is 244 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ddf420 hue: 0.18 , saturation: 0.91 and the lightness value of ddf420 is 0.54.

The process color (four color CMYK) of #ddf420 color hex is 0.09, 0.00, 0.87, 0.04. Web safe color of #ddf420 is #ccff33. Color #ddf420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 00100000
Octal 335 364 40
Decimal 221 244 32
Hex DD F4 20

RGB Percentages of Color #ddf420

%44.47
%49.09
%6.44

CMYK Percentages of Color #ddf420

%9
%0
%87
%4

Triadic Colors of #ddf420

#ddf420 #20ddf4 #f420dd

Analogous Colors of #ddf420

#ddf420 #73f420 #f4a120

Monochromatic Colors of #ddf420

#ddf420

Complementary Color

#ddf420 #3720f4

#ddf420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf420 Color CSS Codes

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

#ddf420 Text Font Color

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

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


#ddf420 Background Color

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

This div background color is #ddf420


#ddf420 Border Color

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

This div border color is #ddf420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf420

Related Colors


Comments

No comments written yet.

Please login to write comment.