Color Hex Logo

#ddf561 Color Hex

#DDF561
(221,245,97)
0 Favorites   0 Comments

Color spaces of #ddf561

RGB 22124597
HSL0.190.880.67
HSV70°60°96°
CMYK 0.100.000.60   0.04
XYZ64.628981.540023.6418
Yxy81.54000.38060.4802
Hunter Lab90.2995-30.268647.6866
CIE-Lab92.3715-27.442366.6384

#ddf561 color RGB value is (221,245,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 01100001
Octal 335 365 141
Decimal 221 245 97
Hex DD F5 61

RGB Percentages of Color #ddf561

%39.25
%43.52
%17.23

CMYK Percentages of Color #ddf561

%10
%0
%60
%4

Triadic Colors of #ddf561

#ddf561 #61ddf5 #f561dd

Analogous Colors of #ddf561

#ddf561 #93f561 #f5c361

Monochromatic Colors of #ddf561

#ddf561

Complementary Color

#ddf561 #7961f5

#ddf561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf561 Color CSS Codes

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

#ddf561 Text Font Color

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

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


#ddf561 Background Color

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

This div background color is #ddf561


#ddf561 Border Color

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

This div border color is #ddf561


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,245,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 #ddf561">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf561


Comments

No comments written yet.

Please login to write comment.