Color Hex Logo

#dffbdd Color Hex

#DFFBDD
(223,251,221)
0 Favorites   0 Comments

Color spaces of #dffbdd

RGB 223251221
HSL0.320.790.93
HSV116°12°98°
CMYK 0.110.000.12   0.02
XYZ77.979889.902881.6496
Yxy89.90280.31250.3603
Hunter Lab94.8171-19.127315.3157
CIE-Lab95.9564-14.493211.3257

#dffbdd color RGB value is (223,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11011101
Octal 337 373 335
Decimal 223 251 221
Hex DF FB DD

RGB Percentages of Color #dffbdd

%32.09
%36.12
%31.80

CMYK Percentages of Color #dffbdd

%11
%0
%12
%2

Triadic Colors of #dffbdd

#dffbdd #dddffb #fbdddf

Analogous Colors of #dffbdd

#dffbdd #ddfbea #eefbdd

Monochromatic Colors of #dffbdd

#dffbdd

Complementary Color

#dffbdd #f9ddfb

#dffbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbdd Color CSS Codes

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

#dffbdd Text Font Color

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

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


#dffbdd Background Color

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

This div background color is #dffbdd


#dffbdd Border Color

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

This div border color is #dffbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbdd


Comments

No comments written yet.

Please login to write comment.