Color Hex Logo

#dffbd4 Color Hex

#DFFBD4
(223,251,212)
0 Favorites   0 Comments

Color spaces of #dffbd4

RGB 223251212
HSL0.290.830.91
HSV103°16°98°
CMYK 0.110.000.16   0.02
XYZ76.812389.435875.5018
Yxy89.43580.31770.3700
Hunter Lab94.5705-20.516618.8643
CIE-Lab95.7622-16.003915.6708

#dffbd4 color RGB value is (223,251,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11010100
Octal 337 373 324
Decimal 223 251 212
Hex DF FB D4

RGB Percentages of Color #dffbd4

%32.51
%36.59
%30.90

CMYK Percentages of Color #dffbd4

%11
%0
%16
%2

Triadic Colors of #dffbd4

#dffbd4 #d4dffb #fbd4df

Analogous Colors of #dffbd4

#dffbd4 #d4fbdd #f3fbd4

Monochromatic Colors of #dffbd4

#dffbd4

Complementary Color

#dffbd4 #f0d4fb

#dffbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbd4 Color CSS Codes

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

#dffbd4 Text Font Color

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

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


#dffbd4 Background Color

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

This div background color is #dffbd4


#dffbd4 Border Color

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

This div border color is #dffbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbd4

Related Colors


Comments

No comments written yet.

Please login to write comment.