Color Hex Logo

#defee0 Color Hex

#DEFEE0
(222,254,224)
0 Favorites   0 Comments

Color spaces of #defee0

RGB 222254224
HSL0.340.940.93
HSV124°13°100°
CMYK 0.130.000.12   0.00
XYZ79.020691.795084.0744
Yxy91.79500.31000.3601
Hunter Lab95.8097-20.446215.0390
CIE-Lab96.7364-15.782010.8893

#defee0 color RGB value is (222,254,224).

#defee0 hex color red value is 222, green value is 254 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #defee0 hue: 0.34 , saturation: 0.94 and the lightness value of defee0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 11100000
Octal 336 376 340
Decimal 222 254 224
Hex DE FE E0

RGB Percentages of Color #defee0

%31.71
%36.29
%32.00

CMYK Percentages of Color #defee0

%13
%0
%12
%0

Triadic Colors of #defee0

#defee0 #e0defe #fee0de

Analogous Colors of #defee0

#defee0 #defef0 #ecfede

Monochromatic Colors of #defee0

#defee0

Complementary Color

#defee0 #fedefc

#defee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defee0 Color CSS Codes

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

#defee0 Text Font Color

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

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


#defee0 Background Color

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

This div background color is #defee0


#defee0 Border Color

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

This div border color is #defee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defee0


Comments

No comments written yet.

Please login to write comment.