Color Hex Logo

#defef7 Color Hex

#DEFEF7
(222,254,247)
0 Favorites   0 Comments

Color spaces of #defef7

RGB 222254247
HSL0.460.940.93
HSV167°13°100°
CMYK 0.130.000.03   0.00
XYZ82.354593.1286101.6308
Yxy93.12860.29720.3361
Hunter Lab96.5032-16.55105.1119
CIE-Lab97.2798-11.6029-0.1473

#defef7 color RGB value is (222,254,247).

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

The process color (four color CMYK) of #defef7 color hex is 0.13, 0.00, 0.03, 0.00. Web safe color of #defef7 is #ccffff. Color #defef7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 11110111
Octal 336 376 367
Decimal 222 254 247
Hex DE FE F7

RGB Percentages of Color #defef7

%30.71
%35.13
%34.16

CMYK Percentages of Color #defef7

%13
%0
%3
%0

Triadic Colors of #defef7

#defef7 #f7defe #fef7de

Analogous Colors of #defef7

#defef7 #def5fe #defee7

Monochromatic Colors of #defef7

#defef7

Complementary Color

#defef7 #fedee5

#defef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defef7 Color CSS Codes

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

#defef7 Text Font Color

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

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


#defef7 Background Color

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

This div background color is #defef7


#defef7 Border Color

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

This div border color is #defef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defef7

Related Colors


Comments

No comments written yet.

Please login to write comment.