Color Hex Logo

#dfeccc Color Hex

#DFECCC
(223,236,204)
0 Favorites   0 Comments

Color spaces of #dfeccc

RGB 223236204
HSL0.230.460.86
HSV84°14°93°
CMYK 0.060.000.14   0.07
XYZ71.326080.038568.8164
Yxy80.03850.32390.3635
Hunter Lab89.4642-14.252017.0188
CIE-Lab91.7021-9.866614.0578

#dfeccc color RGB value is (223,236,204).

#dfeccc hex color red value is 223, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dfeccc hue: 0.23 , saturation: 0.46 and the lightness value of dfeccc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11001100
Octal 337 354 314
Decimal 223 236 204
Hex DF EC CC

RGB Percentages of Color #dfeccc

%33.63
%35.60
%30.77

CMYK Percentages of Color #dfeccc

%6
%0
%14
%7

Triadic Colors of #dfeccc

#dfeccc #ccdfec #ecccdf

Analogous Colors of #dfeccc

#dfeccc #cfeccc #ece9cc

Monochromatic Colors of #dfeccc

#dfeccc

Complementary Color

#dfeccc #d9ccec

#dfeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeccc Color CSS Codes

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

#dfeccc Text Font Color

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

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


#dfeccc Background Color

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

This div background color is #dfeccc


#dfeccc Border Color

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

This div border color is #dfeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeccc


Comments

No comments written yet.

Please login to write comment.