Color Hex Logo

#ddf220 Color Hex

#DDF220
(221,242,32)
0 Favorites   0 Comments

Color spaces of #ddf220

RGB 22124232
HSL0.180.890.54
HSV66°87°95°
CMYK 0.090.000.87   0.05
XYZ61.831678.980713.3524
Yxy78.98070.40110.5123
Hunter Lab88.8711-31.333953.3018
CIE-Lab91.2256-28.940385.5075

#ddf220 color RGB value is (221,242,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 00100000
Octal 335 362 40
Decimal 221 242 32
Hex DD F2 20

RGB Percentages of Color #ddf220

%44.65
%48.89
%6.46

CMYK Percentages of Color #ddf220

%9
%0
%87
%5

Triadic Colors of #ddf220

#ddf220 #20ddf2 #f220dd

Analogous Colors of #ddf220

#ddf220 #74f220 #f29e20

Monochromatic Colors of #ddf220

#ddf220

Complementary Color

#ddf220 #3520f2

#ddf220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf220 Color CSS Codes

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

#ddf220 Text Font Color

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

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


#ddf220 Background Color

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

This div background color is #ddf220


#ddf220 Border Color

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

This div border color is #ddf220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf220


Comments

No comments written yet.

Please login to write comment.