Color Hex Logo

#dfebd9 Color Hex

#DFEBD9
(223,235,217)
0 Favorites   0 Comments

Color spaces of #dfebd9

RGB 223235217
HSL0.280.310.89
HSV100°92°
CMYK 0.050.000.08   0.08
XYZ72.664180.114477.2795
Yxy80.11440.31590.3482
Hunter Lab89.5066-11.725111.4640
CIE-Lab91.7362-7.18967.3507

#dfebd9 color RGB value is (223,235,217).

#dfebd9 hex color red value is 223, green value is 235 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dfebd9 hue: 0.28 , saturation: 0.31 and the lightness value of dfebd9 is 0.89.

The process color (four color CMYK) of #dfebd9 color hex is 0.05, 0.00, 0.08, 0.08. Web safe color of #dfebd9 is #ccffcc. Color #dfebd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11011001
Octal 337 353 331
Decimal 223 235 217
Hex DF EB D9

RGB Percentages of Color #dfebd9

%33.04
%34.81
%32.15

CMYK Percentages of Color #dfebd9

%5
%0
%8
%8

Triadic Colors of #dfebd9

#dfebd9 #d9dfeb #ebd9df

Analogous Colors of #dfebd9

#dfebd9 #d9ebdc #e8ebd9

Monochromatic Colors of #dfebd9

#dfebd9

Complementary Color

#dfebd9 #e5d9eb

#dfebd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebd9 Color CSS Codes

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

#dfebd9 Text Font Color

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

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


#dfebd9 Background Color

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

This div background color is #dfebd9


#dfebd9 Border Color

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

This div border color is #dfebd9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,235,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 #dfebd9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebd9


Comments

No comments written yet.

Please login to write comment.