Color Hex Logo

#dfecc0 Color Hex

#DFECC0
(223,236,192)
0 Favorites   0 Comments

Color spaces of #dfecc0

RGB 223236192
HSL0.220.540.84
HSV78°19°93°
CMYK 0.060.000.19   0.07
XYZ69.941379.484761.5249
Yxy79.48470.33160.3768
Hunter Lab89.1542-15.986921.4922
CIE-Lab91.4532-11.753019.9181

#dfecc0 color RGB value is (223,236,192).

#dfecc0 hex color red value is 223, green value is 236 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dfecc0 hue: 0.22 , saturation: 0.54 and the lightness value of dfecc0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11000000
Octal 337 354 300
Decimal 223 236 192
Hex DF EC C0

RGB Percentages of Color #dfecc0

%34.25
%36.25
%29.49

CMYK Percentages of Color #dfecc0

%6
%0
%19
%7

Triadic Colors of #dfecc0

#dfecc0 #c0dfec #ecc0df

Analogous Colors of #dfecc0

#dfecc0 #c9ecc0 #ece3c0

Monochromatic Colors of #dfecc0

#dfecc0

Complementary Color

#dfecc0 #cdc0ec

#dfecc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecc0 Color CSS Codes

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

#dfecc0 Text Font Color

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

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


#dfecc0 Background Color

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

This div background color is #dfecc0


#dfecc0 Border Color

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

This div border color is #dfecc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecc0


Comments

No comments written yet.

Please login to write comment.