Color Hex Logo

#ddfbdb Color Hex

#DDFBDB
(221,251,219)
0 Favorites   0 Comments

Color spaces of #ddfbdb

RGB 221251219
HSL0.320.800.92
HSV116°13°98°
CMYK 0.120.000.13   0.02
XYZ77.102289.481080.2257
Yxy89.48100.31240.3626
Hunter Lab94.5944-20.048015.9321
CIE-Lab95.7811-15.499912.0858

#ddfbdb color RGB value is (221,251,219).

#ddfbdb hex color red value is 221, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ddfbdb hue: 0.32 , saturation: 0.80 and the lightness value of ddfbdb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11011011
Octal 335 373 333
Decimal 221 251 219
Hex DD FB DB

RGB Percentages of Color #ddfbdb

%31.98
%36.32
%31.69

CMYK Percentages of Color #ddfbdb

%12
%0
%13
%2

Triadic Colors of #ddfbdb

#ddfbdb #dbddfb #fbdbdd

Analogous Colors of #ddfbdb

#ddfbdb #dbfbe9 #edfbdb

Monochromatic Colors of #ddfbdb

#ddfbdb

Complementary Color

#ddfbdb #f9dbfb

#ddfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbdb Color CSS Codes

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

#ddfbdb Text Font Color

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

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


#ddfbdb Background Color

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

This div background color is #ddfbdb


#ddfbdb Border Color

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

This div border color is #ddfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbdb


Comments

No comments written yet.

Please login to write comment.