Color Hex Logo

#dffbd9 Color Hex

#DFFBD9
(223,251,217)
0 Favorites   0 Comments

Color spaces of #dffbd9

RGB 223251217
HSL0.300.810.92
HSV109°14°98°
CMYK 0.110.000.14   0.02
XYZ77.453089.692178.8757
Yxy89.69210.31480.3646
Hunter Lab94.7059-19.753316.9145
CIE-Lab95.8689-15.172313.2562

#dffbd9 color RGB value is (223,251,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11011001
Octal 337 373 331
Decimal 223 251 217
Hex DF FB D9

RGB Percentages of Color #dffbd9

%32.27
%36.32
%31.40

CMYK Percentages of Color #dffbd9

%11
%0
%14
%2

Triadic Colors of #dffbd9

#dffbd9 #d9dffb #fbd9df

Analogous Colors of #dffbd9

#dffbd9 #d9fbe4 #f0fbd9

Monochromatic Colors of #dffbd9

#dffbd9

Complementary Color

#dffbd9 #f5d9fb

#dffbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbd9 Color CSS Codes

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

#dffbd9 Text Font Color

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

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


#dffbd9 Background Color

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

This div background color is #dffbd9


#dffbd9 Border Color

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

This div border color is #dffbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbd9


Comments

No comments written yet.

Please login to write comment.