Color Hex Logo

#dffbde Color Hex

#DFFBDE
(223,251,222)
0 Favorites   0 Comments

Color spaces of #dffbde

RGB 223251222
HSL0.330.780.93
HSV118°12°98°
CMYK 0.110.000.12   0.02
XYZ78.113489.956382.3535
Yxy89.95630.31190.3592
Hunter Lab94.8453-18.968914.9106
CIE-Lab95.9786-14.321710.8433

#dffbde color RGB value is (223,251,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11011110
Octal 337 373 336
Decimal 223 251 222
Hex DF FB DE

RGB Percentages of Color #dffbde

%32.04
%36.06
%31.90

CMYK Percentages of Color #dffbde

%11
%0
%12
%2

Triadic Colors of #dffbde

#dffbde #dedffb #fbdedf

Analogous Colors of #dffbde

#dffbde #defbec #eefbde

Monochromatic Colors of #dffbde

#dffbde

Complementary Color

#dffbde #fadefb

#dffbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbde Color CSS Codes

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

#dffbde Text Font Color

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

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


#dffbde Background Color

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

This div background color is #dffbde


#dffbde Border Color

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

This div border color is #dffbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbde


Comments

No comments written yet.

Please login to write comment.