Color Hex Logo

#deecc6 Color Hex

#DEECC6
(222,236,198)
0 Favorites   0 Comments

Color spaces of #deecc6

RGB 222236198
HSL0.230.500.85
HSV82°16°93°
CMYK 0.060.000.16   0.07
XYZ70.312779.597765.0841
Yxy79.59770.32700.3702
Hunter Lab89.2175-15.454119.2003
CIE-Lab91.5041-11.174816.8770

#deecc6 color RGB value is (222,236,198).

#deecc6 hex color red value is 222, green value is 236 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #deecc6 hue: 0.23 , saturation: 0.50 and the lightness value of deecc6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 11000110
Octal 336 354 306
Decimal 222 236 198
Hex DE EC C6

RGB Percentages of Color #deecc6

%33.84
%35.98
%30.18

CMYK Percentages of Color #deecc6

%6
%0
%16
%7

Triadic Colors of #deecc6

#deecc6 #c6deec #ecc6de

Analogous Colors of #deecc6

#deecc6 #cbecc6 #ece7c6

Monochromatic Colors of #deecc6

#deecc6

Complementary Color

#deecc6 #d4c6ec

#deecc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deecc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deecc6 Color CSS Codes

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

#deecc6 Text Font Color

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

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


#deecc6 Background Color

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

This div background color is #deecc6


#deecc6 Border Color

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

This div border color is #deecc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deecc6


Comments

No comments written yet.

Please login to write comment.