Color Hex Logo

#ddf66d Color Hex

#DDF66D
(221,246,109)
0 Favorites   0 Comments

Color spaces of #ddf66d

RGB 221246109
HSL0.200.880.70
HSV71°56°96°
CMYK 0.100.000.56   0.04
XYZ65.534982.387826.9164
Yxy82.38780.37480.4712
Hunter Lab90.7677-29.965345.9555
CIE-Lab92.7457-27.010661.9719

#ddf66d color RGB value is (221,246,109).

#ddf66d hex color red value is 221, green value is 246 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ddf66d hue: 0.20 , saturation: 0.88 and the lightness value of ddf66d is 0.70.

The process color (four color CMYK) of #ddf66d color hex is 0.10, 0.00, 0.56, 0.04. Web safe color of #ddf66d is #ccff66. Color #ddf66d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 01101101
Octal 335 366 155
Decimal 221 246 109
Hex DD F6 6D

RGB Percentages of Color #ddf66d

%38.37
%42.71
%18.92

CMYK Percentages of Color #ddf66d

%10
%0
%56
%4

Triadic Colors of #ddf66d

#ddf66d #6dddf6 #f66ddd

Analogous Colors of #ddf66d

#ddf66d #99f66d #f6cb6d

Monochromatic Colors of #ddf66d

#ddf66d

Complementary Color

#ddf66d #866df6

#ddf66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf66d Color CSS Codes

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

#ddf66d Text Font Color

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

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


#ddf66d Background Color

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

This div background color is #ddf66d


#ddf66d Border Color

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

This div border color is #ddf66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf66d


Comments

No comments written yet.

Please login to write comment.