Color Hex Logo

#dff0ce Color Hex

#DFF0CE
(223,240,206)
0 Favorites   0 Comments

Color spaces of #dff0ce

RGB 223240206
HSL0.250.530.87
HSV90°14°94°
CMYK 0.070.000.14   0.06
XYZ72.732182.464470.4763
Yxy82.46440.32230.3654
Hunter Lab90.8099-15.951917.5528
CIE-Lab92.7794-11.543914.5462

#dff0ce color RGB value is (223,240,206).

#dff0ce hex color red value is 223, green value is 240 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dff0ce hue: 0.25 , saturation: 0.53 and the lightness value of dff0ce is 0.87.

The process color (four color CMYK) of #dff0ce color hex is 0.07, 0.00, 0.14, 0.06. Web safe color of #dff0ce is #ccffcc. Color #dff0ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110000 11001110
Octal 337 360 316
Decimal 223 240 206
Hex DF F0 CE

RGB Percentages of Color #dff0ce

%33.33
%35.87
%30.79

CMYK Percentages of Color #dff0ce

%7
%0
%14
%6

Triadic Colors of #dff0ce

#dff0ce #cedff0 #f0cedf

Analogous Colors of #dff0ce

#dff0ce #cef0ce #f0f0ce

Monochromatic Colors of #dff0ce

#dff0ce

Complementary Color

#dff0ce #dfcef0

#dff0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff0ce Color CSS Codes

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

#dff0ce Text Font Color

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

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


#dff0ce Background Color

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

This div background color is #dff0ce


#dff0ce Border Color

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

This div border color is #dff0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff0ce


Comments

No comments written yet.

Please login to write comment.