Color Hex Logo

#dfe7ce Color Hex

#DFE7CE
(223,231,206)
0 Favorites   0 Comments

Color spaces of #dfe7ce

RGB 223231206
HSL0.220.340.86
HSV79°11°91°
CMYK 0.030.000.11   0.09
XYZ70.147977.296069.6150
Yxy77.29600.32320.3561
Hunter Lab87.9181-11.435614.5959
CIE-Lab90.4577-7.018111.2508

#dfe7ce color RGB value is (223,231,206).

#dfe7ce hex color red value is 223, green value is 231 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dfe7ce hue: 0.22 , saturation: 0.34 and the lightness value of dfe7ce is 0.86.

The process color (four color CMYK) of #dfe7ce color hex is 0.03, 0.00, 0.11, 0.09. Web safe color of #dfe7ce is #ccffcc. Color #dfe7ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 11001110
Octal 337 347 316
Decimal 223 231 206
Hex DF E7 CE

RGB Percentages of Color #dfe7ce

%33.79
%35.00
%31.21

CMYK Percentages of Color #dfe7ce

%3
%0
%11
%9

Triadic Colors of #dfe7ce

#dfe7ce #cedfe7 #e7cedf

Analogous Colors of #dfe7ce

#dfe7ce #d3e7ce #e7e3ce

Monochromatic Colors of #dfe7ce

#dfe7ce

Complementary Color

#dfe7ce #d6cee7

#dfe7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe7ce Color CSS Codes

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

#dfe7ce Text Font Color

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

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


#dfe7ce Background Color

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

This div background color is #dfe7ce


#dfe7ce Border Color

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

This div border color is #dfe7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe7ce


Comments

No comments written yet.

Please login to write comment.