Color Hex Logo

#ddf442 Color Hex

#DDF442
(221,244,66)
0 Favorites   0 Comments

Color spaces of #ddf442

RGB 22124466
HSL0.190.890.61
HSV68°73°96°
CMYK 0.090.000.73   0.04
XYZ63.152880.466917.3574
Yxy80.46690.39230.4999
Hunter Lab89.7033-31.313651.3199
CIE-Lab91.8939-28.757277.5802

#ddf442 color RGB value is (221,244,66).

#ddf442 hex color red value is 221, green value is 244 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ddf442 hue: 0.19 , saturation: 0.89 and the lightness value of ddf442 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 01000010
Octal 335 364 102
Decimal 221 244 66
Hex DD F4 42

RGB Percentages of Color #ddf442

%41.62
%45.95
%12.43

CMYK Percentages of Color #ddf442

%9
%0
%73
%4

Triadic Colors of #ddf442

#ddf442 #42ddf4 #f442dd

Analogous Colors of #ddf442

#ddf442 #84f442 #f4b242

Monochromatic Colors of #ddf442

#ddf442

Complementary Color

#ddf442 #5942f4

#ddf442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf442 Color CSS Codes

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

#ddf442 Text Font Color

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

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


#ddf442 Background Color

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

This div background color is #ddf442


#ddf442 Border Color

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

This div border color is #ddf442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf442


Comments

No comments written yet.

Please login to write comment.