Color Hex Logo

#ddf42d Color Hex

#DDF42D
(221,244,45)
0 Favorites   0 Comments

Color spaces of #ddf42d

RGB 22124445
HSL0.190.900.57
HSV67°82°96°
CMYK 0.090.000.82   0.04
XYZ62.643180.263014.6733
Yxy80.26300.39750.5093
Hunter Lab89.5896-31.970653.0020
CIE-Lab91.8027-29.541183.3285

#ddf42d color RGB value is (221,244,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 00101101
Octal 335 364 55
Decimal 221 244 45
Hex DD F4 2D

RGB Percentages of Color #ddf42d

%43.33
%47.84
%8.82

CMYK Percentages of Color #ddf42d

%9
%0
%82
%4

Triadic Colors of #ddf42d

#ddf42d #2dddf4 #f42ddd

Analogous Colors of #ddf42d

#ddf42d #7af42d #f4a82d

Monochromatic Colors of #ddf42d

#ddf42d

Complementary Color

#ddf42d #442df4

#ddf42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf42d Color CSS Codes

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

#ddf42d Text Font Color

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

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


#ddf42d Background Color

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

This div background color is #ddf42d


#ddf42d Border Color

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

This div border color is #ddf42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf42d


Comments

No comments written yet.

Please login to write comment.