Color Hex Logo

#dfefce Color Hex

#DFEFCE
(223,239,206)
0 Favorites   0 Comments

Color spaces of #dfefce

RGB 223239206
HSL0.250.510.87
HSV89°14°94°
CMYK 0.070.000.14   0.06
XYZ72.438581.877270.3785
Yxy81.87720.32240.3644
Hunter Lab90.4860-15.452517.2255
CIE-Lab92.5206-11.044514.1800

#dfefce color RGB value is (223,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11001110
Octal 337 357 316
Decimal 223 239 206
Hex DF EF CE

RGB Percentages of Color #dfefce

%33.38
%35.78
%30.84

CMYK Percentages of Color #dfefce

%7
%0
%14
%6

Triadic Colors of #dfefce

#dfefce #cedfef #efcedf

Analogous Colors of #dfefce

#dfefce #cfefce #efefce

Monochromatic Colors of #dfefce

#dfefce

Complementary Color

#dfefce #deceef

#dfefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefce Color CSS Codes

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

#dfefce Text Font Color

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

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


#dfefce Background Color

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

This div background color is #dfefce


#dfefce Border Color

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

This div border color is #dfefce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefce


Comments

No comments written yet.

Please login to write comment.