Color Hex Logo

#defee1 Color Hex

#DEFEE1
(222,254,225)
0 Favorites   0 Comments

Color spaces of #defee1

RGB 222254225
HSL0.350.940.93
HSV126°13°100°
CMYK 0.130.000.11   0.00
XYZ79.156691.849584.7909
Yxy91.84950.30950.3591
Hunter Lab95.8381-20.286414.6310
CIE-Lab96.7588-15.608610.4080

#defee1 color RGB value is (222,254,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 11100001
Octal 336 376 341
Decimal 222 254 225
Hex DE FE E1

RGB Percentages of Color #defee1

%31.67
%36.23
%32.10

CMYK Percentages of Color #defee1

%13
%0
%11
%0

Triadic Colors of #defee1

#defee1 #e1defe #fee1de

Analogous Colors of #defee1

#defee1 #defef1 #ebfede

Monochromatic Colors of #defee1

#defee1

Complementary Color

#defee1 #fedefb

#defee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defee1 Color CSS Codes

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

#defee1 Text Font Color

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

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


#defee1 Background Color

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

This div background color is #defee1


#defee1 Border Color

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

This div border color is #defee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defee1


Comments

No comments written yet.

Please login to write comment.