Color Hex Logo

#dffbdb Color Hex

#DFFBDB
(223,251,219)
0 Favorites   0 Comments

Color spaces of #dffbdb

RGB 223251219
HSL0.310.800.92
HSV113°13°98°
CMYK 0.110.000.13   0.02
XYZ77.714889.796880.2543
Yxy89.79680.31370.3624
Hunter Lab94.7612-19.442016.1195
CIE-Lab95.9124-14.834312.2908

#dffbdb color RGB value is (223,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11011011
Octal 337 373 333
Decimal 223 251 219
Hex DF FB DB

RGB Percentages of Color #dffbdb

%32.18
%36.22
%31.60

CMYK Percentages of Color #dffbdb

%11
%0
%13
%2

Triadic Colors of #dffbdb

#dffbdb #dbdffb #fbdbdf

Analogous Colors of #dffbdb

#dffbdb #dbfbe7 #effbdb

Monochromatic Colors of #dffbdb

#dffbdb

Complementary Color

#dffbdb #f7dbfb

#dffbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbdb Color CSS Codes

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

#dffbdb Text Font Color

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

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


#dffbdb Background Color

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

This div background color is #dffbdb


#dffbdb Border Color

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

This div border color is #dffbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dffbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbdb


Comments

No comments written yet.

Please login to write comment.