Color Hex Logo

#dfefcd Color Hex

#DFEFCD
(223,239,205)
0 Favorites   0 Comments

Color spaces of #dfefcd

RGB 223239205
HSL0.250.520.87
HSV88°14°94°
CMYK 0.070.000.14   0.06
XYZ72.317481.828869.7406
Yxy81.82880.32300.3655
Hunter Lab90.4593-15.602417.6112
CIE-Lab92.4992-11.207014.6672

#dfefcd color RGB value is (223,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11001101
Octal 337 357 315
Decimal 223 239 205
Hex DF EF CD

RGB Percentages of Color #dfefcd

%33.43
%35.83
%30.73

CMYK Percentages of Color #dfefcd

%7
%0
%14
%6

Triadic Colors of #dfefcd

#dfefcd #cddfef #efcddf

Analogous Colors of #dfefcd

#dfefcd #ceefcd #efeecd

Monochromatic Colors of #dfefcd

#dfefcd

Complementary Color

#dfefcd #ddcdef

#dfefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefcd Color CSS Codes

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

#dfefcd Text Font Color

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

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


#dfefcd Background Color

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

This div background color is #dfefcd


#dfefcd Border Color

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

This div border color is #dfefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefcd


Comments

No comments written yet.

Please login to write comment.