Color Hex Logo

#ddfbc9 Color Hex

#DDFBC9
(221,251,201)
0 Favorites   0 Comments

Color spaces of #ddfbc9

RGB 221251201
HSL0.270.860.89
HSV96°20°98°
CMYK 0.120.000.20   0.02
XYZ74.858688.583668.4112
Yxy88.58360.32290.3821
Hunter Lab94.1189-22.735822.7877
CIE-Lab95.4061-18.451520.7815

#ddfbc9 color RGB value is (221,251,201).

#ddfbc9 hex color red value is 221, green value is 251 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ddfbc9 hue: 0.27 , saturation: 0.86 and the lightness value of ddfbc9 is 0.89.

The process color (four color CMYK) of #ddfbc9 color hex is 0.12, 0.00, 0.20, 0.02. Web safe color of #ddfbc9 is #ccffcc. Color #ddfbc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11001001
Octal 335 373 311
Decimal 221 251 201
Hex DD FB C9

RGB Percentages of Color #ddfbc9

%32.84
%37.30
%29.87

CMYK Percentages of Color #ddfbc9

%12
%0
%20
%2

Triadic Colors of #ddfbc9

#ddfbc9 #c9ddfb #fbc9dd

Analogous Colors of #ddfbc9

#ddfbc9 #c9fbce #f6fbc9

Monochromatic Colors of #ddfbc9

#ddfbc9

Complementary Color

#ddfbc9 #e7c9fb

#ddfbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbc9 Color CSS Codes

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

#ddfbc9 Text Font Color

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

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


#ddfbc9 Background Color

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

This div background color is #ddfbc9


#ddfbc9 Border Color

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

This div border color is #ddfbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbc9

Related Colors


Comments

No comments written yet.

Please login to write comment.