Color Hex Logo

#dffbdf Color Hex

#DFFBDF
(223,251,223)
0 Favorites   0 Comments

Color spaces of #dffbdf

RGB 223251223
HSL0.330.780.93
HSV120°11°98°
CMYK 0.110.000.11   0.02
XYZ78.247990.010083.0616
Yxy90.01000.31130.3581
Hunter Lab94.8736-18.809214.5033
CIE-Lab96.0009-14.149110.3609

#dffbdf color RGB value is (223,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11011111
Octal 337 373 337
Decimal 223 251 223
Hex DF FB DF

RGB Percentages of Color #dffbdf

%31.99
%36.01
%31.99

CMYK Percentages of Color #dffbdf

%11
%0
%11
%2

Triadic Colors of #dffbdf

#dffbdf #dfdffb #fbdfdf

Analogous Colors of #dffbdf

#dffbdf #dffbed #edfbdf

Monochromatic Colors of #dffbdf

#dffbdf

Complementary Color

#dffbdf #fbdffb

#dffbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbdf Color CSS Codes

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

#dffbdf Text Font Color

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

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


#dffbdf Background Color

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

This div background color is #dffbdf


#dffbdf Border Color

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

This div border color is #dffbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.