Color Hex Logo

#ddf53c Color Hex

#DDF53C
(221,245,60)
0 Favorites   0 Comments

Color spaces of #ddf53c

RGB 22124560
HSL0.190.900.60
HSV68°76°96°
CMYK 0.100.000.76   0.04
XYZ63.286881.003216.5746
Yxy81.00320.39340.5035
Hunter Lab90.0018-31.986852.0825
CIE-Lab92.1331-29.479879.6479

#ddf53c color RGB value is (221,245,60).

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

The process color (four color CMYK) of #ddf53c color hex is 0.10, 0.00, 0.76, 0.04. Web safe color of #ddf53c is #ccff33. Color #ddf53c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 00111100
Octal 335 365 74
Decimal 221 245 60
Hex DD F5 3C

RGB Percentages of Color #ddf53c

%42.02
%46.58
%11.41

CMYK Percentages of Color #ddf53c

%10
%0
%76
%4

Triadic Colors of #ddf53c

#ddf53c #3cddf5 #f53cdd

Analogous Colors of #ddf53c

#ddf53c #81f53c #f5b13c

Monochromatic Colors of #ddf53c

#ddf53c

Complementary Color

#ddf53c #543cf5

#ddf53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf53c Color CSS Codes

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

#ddf53c Text Font Color

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

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


#ddf53c Background Color

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

This div background color is #ddf53c


#ddf53c Border Color

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

This div border color is #ddf53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf53c


Comments

No comments written yet.

Please login to write comment.