Color Hex Logo

#ddf661 Color Hex

#DDF661
(221,246,97)
0 Favorites   0 Comments

Color spaces of #ddf661

RGB 22124697
HSL0.190.890.67
HSV70°61°96°
CMYK 0.100.000.61   0.04
XYZ64.932282.146823.7429
Yxy82.14680.38010.4809
Hunter Lab90.6349-30.730947.9127
CIE-Lab92.6396-27.911466.9296

#ddf661 color RGB value is (221,246,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 01100001
Octal 335 366 141
Decimal 221 246 97
Hex DD F6 61

RGB Percentages of Color #ddf661

%39.18
%43.62
%17.20

CMYK Percentages of Color #ddf661

%10
%0
%61
%4

Triadic Colors of #ddf661

#ddf661 #61ddf6 #f661dd

Analogous Colors of #ddf661

#ddf661 #93f661 #f6c561

Monochromatic Colors of #ddf661

#ddf661

Complementary Color

#ddf661 #7a61f6

#ddf661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf661 Color CSS Codes

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

#ddf661 Text Font Color

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

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


#ddf661 Background Color

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

This div background color is #ddf661


#ddf661 Border Color

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

This div border color is #ddf661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf661


Comments

No comments written yet.

Please login to write comment.