Color Hex Logo

#defcc7 Color Hex

#DEFCC7
(222,252,199)
0 Favorites   0 Comments

Color spaces of #defcc7

RGB 222252199
HSL0.260.900.88
HSV94°21°99°
CMYK 0.120.000.21   0.01
XYZ75.243489.273967.2987
Yxy89.27390.32460.3851
Hunter Lab94.4849-23.199323.9089
CIE-Lab95.6948-18.905822.2128

#defcc7 color RGB value is (222,252,199).

#defcc7 hex color red value is 222, green value is 252 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #defcc7 hue: 0.26 , saturation: 0.90 and the lightness value of defcc7 is 0.88.

The process color (four color CMYK) of #defcc7 color hex is 0.12, 0.00, 0.21, 0.01. Web safe color of #defcc7 is #ccffcc. Color #defcc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 11000111
Octal 336 374 307
Decimal 222 252 199
Hex DE FC C7

RGB Percentages of Color #defcc7

%32.99
%37.44
%29.57

CMYK Percentages of Color #defcc7

%12
%0
%21
%1

Triadic Colors of #defcc7

#defcc7 #c7defc #fcc7de

Analogous Colors of #defcc7

#defcc7 #c7fccb #f9fcc7

Monochromatic Colors of #defcc7

#defcc7

Complementary Color

#defcc7 #e5c7fc

#defcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defcc7 Color CSS Codes

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

#defcc7 Text Font Color

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

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


#defcc7 Background Color

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

This div background color is #defcc7


#defcc7 Border Color

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

This div border color is #defcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defcc7


Comments

No comments written yet.

Please login to write comment.