Color Hex Logo

#defac7 Color Hex

#DEFAC7
(222,250,199)
0 Favorites   0 Comments

Color spaces of #defac7

RGB 222250199
HSL0.260.840.88
HSV93°20°98°
CMYK 0.110.000.20   0.02
XYZ74.618688.024367.0904
Yxy88.02430.32480.3832
Hunter Lab93.8213-22.221323.2774
CIE-Lab95.1712-17.932721.4860

#defac7 color RGB value is (222,250,199).

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

The process color (four color CMYK) of #defac7 color hex is 0.11, 0.00, 0.20, 0.02. Web safe color of #defac7 is #ccffcc. Color #defac7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 11000111
Octal 336 372 307
Decimal 222 250 199
Hex DE FA C7

RGB Percentages of Color #defac7

%33.08
%37.26
%29.66

CMYK Percentages of Color #defac7

%11
%0
%20
%2

Triadic Colors of #defac7

#defac7 #c7defa #fac7de

Analogous Colors of #defac7

#defac7 #c7faca #f8fac7

Monochromatic Colors of #defac7

#defac7

Complementary Color

#defac7 #e3c7fa

#defac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defac7 Color CSS Codes

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

#defac7 Text Font Color

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

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


#defac7 Background Color

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

This div background color is #defac7


#defac7 Border Color

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

This div border color is #defac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defac7


Comments

No comments written yet.

Please login to write comment.