Color Hex Logo

#dfefcc Color Hex

#DFEFCC
(223,239,204)
0 Favorites   0 Comments

Color spaces of #dfefcc

RGB 223239204
HSL0.240.520.87
HSV87°15°94°
CMYK 0.070.000.15   0.06
XYZ72.197081.780669.1068
Yxy81.78060.32360.3666
Hunter Lab90.4326-15.751417.9946
CIE-Lab92.4779-11.368615.1543

#dfefcc color RGB value is (223,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11001100
Octal 337 357 314
Decimal 223 239 204
Hex DF EF CC

RGB Percentages of Color #dfefcc

%33.48
%35.89
%30.63

CMYK Percentages of Color #dfefcc

%7
%0
%15
%6

Triadic Colors of #dfefcc

#dfefcc #ccdfef #efccdf

Analogous Colors of #dfefcc

#dfefcc #ceefcc #efeecc

Monochromatic Colors of #dfefcc

#dfefcc

Complementary Color

#dfefcc #dcccef

#dfefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefcc Color CSS Codes

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

#dfefcc Text Font Color

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

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


#dfefcc Background Color

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

This div background color is #dfefcc


#dfefcc Border Color

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

This div border color is #dfefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefcc

#dfefcc Color Palettes


Comments

No comments written yet.

Please login to write comment.