Color Hex Logo

#dffbd6 Color Hex

#DFFBD6
(223,251,214)
0 Favorites   0 Comments

Color spaces of #dffbd6

RGB 223251214
HSL0.290.820.91
HSV105°15°98°
CMYK 0.110.000.15   0.02
XYZ77.066289.537476.8389
Yxy89.53740.31660.3678
Hunter Lab94.6242-20.213918.0909
CIE-Lab95.8046-15.673714.7048

#dffbd6 color RGB value is (223,251,214).

#dffbd6 hex color red value is 223, green value is 251 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #dffbd6 hue: 0.29 , saturation: 0.82 and the lightness value of dffbd6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11010110
Octal 337 373 326
Decimal 223 251 214
Hex DF FB D6

RGB Percentages of Color #dffbd6

%32.41
%36.48
%31.10

CMYK Percentages of Color #dffbd6

%11
%0
%15
%2

Triadic Colors of #dffbd6

#dffbd6 #d6dffb #fbd6df

Analogous Colors of #dffbd6

#dffbd6 #d6fbe0 #f2fbd6

Monochromatic Colors of #dffbd6

#dffbd6

Complementary Color

#dffbd6 #f2d6fb

#dffbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbd6 Color CSS Codes

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

#dffbd6 Text Font Color

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

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


#dffbd6 Background Color

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

This div background color is #dffbd6


#dffbd6 Border Color

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

This div border color is #dffbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbd6

Related Colors


Comments

No comments written yet.

Please login to write comment.