Color Hex Logo

#dfe5ce Color Hex

#DFE5CE
(223,229,206)
0 Favorites   0 Comments

Color spaces of #dfe5ce

RGB 223229206
HSL0.210.310.85
HSV76°10°90°
CMYK 0.030.000.10   0.10
XYZ69.591376.182869.4294
Yxy76.18280.32340.3540
Hunter Lab87.2828-10.425213.9355
CIE-Lab89.9441-6.002910.5186

#dfe5ce color RGB value is (223,229,206).

#dfe5ce hex color red value is 223, green value is 229 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dfe5ce hue: 0.21 , saturation: 0.31 and the lightness value of dfe5ce is 0.85.

The process color (four color CMYK) of #dfe5ce color hex is 0.03, 0.00, 0.10, 0.10. Web safe color of #dfe5ce is #cccccc. Color #dfe5ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 11001110
Octal 337 345 316
Decimal 223 229 206
Hex DF E5 CE

RGB Percentages of Color #dfe5ce

%33.89
%34.80
%31.31

CMYK Percentages of Color #dfe5ce

%3
%0
%10
%10

Triadic Colors of #dfe5ce

#dfe5ce #cedfe5 #e5cedf

Analogous Colors of #dfe5ce

#dfe5ce #d4e5ce #e5e0ce

Monochromatic Colors of #dfe5ce

#dfe5ce

Complementary Color

#dfe5ce #d4cee5

#dfe5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5ce Color CSS Codes

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

#dfe5ce Text Font Color

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

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


#dfe5ce Background Color

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

This div background color is #dfe5ce


#dfe5ce Border Color

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

This div border color is #dfe5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5ce


Comments

No comments written yet.

Please login to write comment.