Color Hex Logo

#dfecdb Color Hex

#DFECDB
(223,236,219)
0 Favorites   0 Comments

Color spaces of #dfecdb

RGB 223236219
HSL0.290.310.89
HSV106°93°
CMYK 0.060.000.07   0.07
XYZ73.213180.793478.7538
Yxy80.79340.31450.3471
Hunter Lab89.8851-11.907510.9721
CIE-Lab92.0397-7.34936.7466

#dfecdb color RGB value is (223,236,219).

#dfecdb hex color red value is 223, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfecdb hue: 0.29 , saturation: 0.31 and the lightness value of dfecdb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11011011
Octal 337 354 333
Decimal 223 236 219
Hex DF EC DB

RGB Percentages of Color #dfecdb

%32.89
%34.81
%32.30

CMYK Percentages of Color #dfecdb

%6
%0
%7
%7

Triadic Colors of #dfecdb

#dfecdb #dbdfec #ecdbdf

Analogous Colors of #dfecdb

#dfecdb #dbece0 #e8ecdb

Monochromatic Colors of #dfecdb

#dfecdb

Complementary Color

#dfecdb #e8dbec

#dfecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecdb Color CSS Codes

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

#dfecdb Text Font Color

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

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


#dfecdb Background Color

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

This div background color is #dfecdb


#dfecdb Border Color

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

This div border color is #dfecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecdb


Comments

No comments written yet.

Please login to write comment.