Color Hex Logo

#dfedce Color Hex

#DFEDCE
(223,237,206)
0 Favorites   0 Comments

Color spaces of #dfedce

RGB 223237206
HSL0.240.460.87
HSV87°13°93°
CMYK 0.060.000.13   0.07
XYZ71.856280.712670.1844
Yxy80.71260.32260.3623
Hunter Lab89.8402-14.452016.5700
CIE-Lab92.0037-10.043213.4478

#dfedce color RGB value is (223,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11001110
Octal 337 355 316
Decimal 223 237 206
Hex DF ED CE

RGB Percentages of Color #dfedce

%33.48
%35.59
%30.93

CMYK Percentages of Color #dfedce

%6
%0
%13
%7

Triadic Colors of #dfedce

#dfedce #cedfed #edcedf

Analogous Colors of #dfedce

#dfedce #d0edce #edecce

Monochromatic Colors of #dfedce

#dfedce

Complementary Color

#dfedce #dcceed

#dfedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedce Color CSS Codes

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

#dfedce Text Font Color

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

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


#dfedce Background Color

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

This div background color is #dfedce


#dfedce Border Color

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

This div border color is #dfedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedce


Comments

No comments written yet.

Please login to write comment.