Color Hex Logo

#ddf13d Color Hex

#DDF13D
(221,241,61)
0 Favorites   0 Comments

Color spaces of #ddf13d

RGB 22124161
HSL0.190.870.59
HSV67°75°95°
CMYK 0.080.000.75   0.05
XYZ62.116478.619716.3161
Yxy78.61970.39550.5006
Hunter Lab88.6678-30.120051.1572
CIE-Lab91.0619-27.570978.3592

#ddf13d color RGB value is (221,241,61).

#ddf13d hex color red value is 221, green value is 241 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ddf13d hue: 0.19 , saturation: 0.87 and the lightness value of ddf13d is 0.59.

The process color (four color CMYK) of #ddf13d color hex is 0.08, 0.00, 0.75, 0.05. Web safe color of #ddf13d is #ccff33. Color #ddf13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 00111101
Octal 335 361 75
Decimal 221 241 61
Hex DD F1 3D

RGB Percentages of Color #ddf13d

%42.26
%46.08
%11.66

CMYK Percentages of Color #ddf13d

%8
%0
%75
%5

Triadic Colors of #ddf13d

#ddf13d #3dddf1 #f13ddd

Analogous Colors of #ddf13d

#ddf13d #83f13d #f1ab3d

Monochromatic Colors of #ddf13d

#ddf13d

Complementary Color

#ddf13d #513df1

#ddf13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf13d Color CSS Codes

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

#ddf13d Text Font Color

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

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


#ddf13d Background Color

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

This div background color is #ddf13d


#ddf13d Border Color

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

This div border color is #ddf13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf13d


Comments

No comments written yet.

Please login to write comment.