Color Hex Logo

#ddff9f Color Hex

#DDFF9F
(221,255,159)
0 Favorites   0 Comments

Color spaces of #ddff9f

RGB 221255159
HSL0.231.000.81
HSV81°38°100°
CMYK 0.130.000.38   0.00
XYZ71.836889.395446.2697
Yxy89.39540.34620.4308
Hunter Lab94.5491-29.839837.1695
CIE-Lab95.7454-26.212542.3011

#ddff9f color RGB value is (221,255,159).

#ddff9f hex color red value is 221, green value is 255 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ddff9f hue: 0.23 , saturation: 1.00 and the lightness value of ddff9f is 0.81.

The process color (four color CMYK) of #ddff9f color hex is 0.13, 0.00, 0.38, 0.00. Web safe color of #ddff9f is #ccff99. Color #ddff9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 10011111
Octal 335 377 237
Decimal 221 255 159
Hex DD FF 9F

RGB Percentages of Color #ddff9f

%34.80
%40.16
%25.04

CMYK Percentages of Color #ddff9f

%13
%0
%38
%0

Triadic Colors of #ddff9f

#ddff9f #9fddff #ff9fdd

Analogous Colors of #ddff9f

#ddff9f #adff9f #fff19f

Monochromatic Colors of #ddff9f

#ddff9f

Complementary Color

#ddff9f #c19fff

#ddff9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddff9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddff9f Color CSS Codes

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

#ddff9f Text Font Color

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

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


#ddff9f Background Color

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

This div background color is #ddff9f


#ddff9f Border Color

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

This div border color is #ddff9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddff9f

Related Colors


Comments

No comments written yet.

Please login to write comment.