Color Hex Logo

#dfebd7 Color Hex

#DFEBD7
(223,235,215)
0 Favorites   0 Comments

Color spaces of #dfebd7

RGB 223235215
HSL0.270.330.88
HSV96°92°
CMYK 0.050.000.09   0.08
XYZ72.405580.010975.9175
Yxy80.01090.31710.3504
Hunter Lab89.4488-12.046312.2932
CIE-Lab91.6898-7.53258.3249

#dfebd7 color RGB value is (223,235,215).

#dfebd7 hex color red value is 223, green value is 235 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dfebd7 hue: 0.27 , saturation: 0.33 and the lightness value of dfebd7 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11010111
Octal 337 353 327
Decimal 223 235 215
Hex DF EB D7

RGB Percentages of Color #dfebd7

%33.14
%34.92
%31.95

CMYK Percentages of Color #dfebd7

%5
%0
%9
%8

Triadic Colors of #dfebd7

#dfebd7 #d7dfeb #ebd7df

Analogous Colors of #dfebd7

#dfebd7 #d7ebd9 #e9ebd7

Monochromatic Colors of #dfebd7

#dfebd7

Complementary Color

#dfebd7 #e3d7eb

#dfebd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebd7 Color CSS Codes

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

#dfebd7 Text Font Color

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

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


#dfebd7 Background Color

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

This div background color is #dfebd7


#dfebd7 Border Color

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

This div border color is #dfebd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebd7


Comments

No comments written yet.

Please login to write comment.