Color Hex Logo

#ddf22a Color Hex

#DDF22A
(221,242,42)
0 Favorites   0 Comments

Color spaces of #ddf22a

RGB 22124242
HSL0.180.880.56
HSV66°83°95°
CMYK 0.090.000.83   0.05
XYZ61.988879.043614.1803
Yxy79.04360.39940.5093
Hunter Lab88.9065-31.129752.7780
CIE-Lab91.2540-28.696183.5439

#ddf22a color RGB value is (221,242,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 00101010
Octal 335 362 52
Decimal 221 242 42
Hex DD F2 2A

RGB Percentages of Color #ddf22a

%43.76
%47.92
%8.32

CMYK Percentages of Color #ddf22a

%9
%0
%83
%5

Triadic Colors of #ddf22a

#ddf22a #2addf2 #f22add

Analogous Colors of #ddf22a

#ddf22a #79f22a #f2a32a

Monochromatic Colors of #ddf22a

#ddf22a

Complementary Color

#ddf22a #3f2af2

#ddf22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf22a Color CSS Codes

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

#ddf22a Text Font Color

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

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


#ddf22a Background Color

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

This div background color is #ddf22a


#ddf22a Border Color

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

This div border color is #ddf22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf22a


Comments

No comments written yet.

Please login to write comment.