Color Hex Logo

#dfebc7 Color Hex

#DFEBC7
(223,235,199)
0 Favorites   0 Comments

Color spaces of #dfebc7

RGB 223235199
HSL0.220.470.85
HSV80°15°92°
CMYK 0.050.000.15   0.08
XYZ70.448679.228265.6124
Yxy79.22820.32720.3680
Hunter Lab89.0102-14.491118.6025
CIE-Lab91.3374-10.165516.1351

#dfebc7 color RGB value is (223,235,199).

#dfebc7 hex color red value is 223, green value is 235 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dfebc7 hue: 0.22 , saturation: 0.47 and the lightness value of dfebc7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11000111
Octal 337 353 307
Decimal 223 235 199
Hex DF EB C7

RGB Percentages of Color #dfebc7

%33.94
%35.77
%30.29

CMYK Percentages of Color #dfebc7

%5
%0
%15
%8

Triadic Colors of #dfebc7

#dfebc7 #c7dfeb #ebc7df

Analogous Colors of #dfebc7

#dfebc7 #cdebc7 #ebe5c7

Monochromatic Colors of #dfebc7

#dfebc7

Complementary Color

#dfebc7 #d3c7eb

#dfebc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebc7 Color CSS Codes

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

#dfebc7 Text Font Color

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

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


#dfebc7 Background Color

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

This div background color is #dfebc7


#dfebc7 Border Color

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

This div border color is #dfebc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebc7


Comments

No comments written yet.

Please login to write comment.