Color Hex Logo

#dfeecd Color Hex

#DFEECD
(223,238,205)
1 Favorites   0 Comments

Color spaces of #dfeecd

RGB 223238205
HSL0.240.490.87
HSV87°14°93°
CMYK 0.060.000.14   0.07
XYZ72.025481.244869.6433
Yxy81.24480.32310.3645
Hunter Lab90.1359-15.102817.2848
CIE-Lab92.2405-10.706914.3013

#dfeecd color RGB value is (223,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11001101
Octal 337 356 315
Decimal 223 238 205
Hex DF EE CD

RGB Percentages of Color #dfeecd

%33.48
%35.74
%30.78

CMYK Percentages of Color #dfeecd

%6
%0
%14
%7

Triadic Colors of #dfeecd

#dfeecd #cddfee #eecddf

Analogous Colors of #dfeecd

#dfeecd #cfeecd #eeedcd

Monochromatic Colors of #dfeecd

#dfeecd

Complementary Color

#dfeecd #dccdee

#dfeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeecd Color CSS Codes

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

#dfeecd Text Font Color

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

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


#dfeecd Background Color

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

This div background color is #dfeecd


#dfeecd Border Color

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

This div border color is #dfeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeecd


Comments

No comments written yet.

Please login to write comment.