Color Hex Logo

#ddf565 Color Hex

#DDF565
(221,245,101)
0 Favorites   0 Comments

Color spaces of #ddf565

RGB 221245101
HSL0.190.880.68
HSV70°59°96°
CMYK 0.100.000.59   0.04
XYZ64.820281.616624.6491
Yxy81.61660.37890.4771
Hunter Lab90.3419-30.024847.0625
CIE-Lab92.4054-27.155165.0133

#ddf565 color RGB value is (221,245,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 01100101
Octal 335 365 145
Decimal 221 245 101
Hex DD F5 65

RGB Percentages of Color #ddf565

%38.98
%43.21
%17.81

CMYK Percentages of Color #ddf565

%10
%0
%59
%4

Triadic Colors of #ddf565

#ddf565 #65ddf5 #f565dd

Analogous Colors of #ddf565

#ddf565 #95f565 #f5c565

Monochromatic Colors of #ddf565

#ddf565

Complementary Color

#ddf565 #7d65f5

#ddf565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf565 Color CSS Codes

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

#ddf565 Text Font Color

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

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


#ddf565 Background Color

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

This div background color is #ddf565


#ddf565 Border Color

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

This div border color is #ddf565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf565


Comments

No comments written yet.

Please login to write comment.