Color Hex Logo

#defdf7 Color Hex

#DEFDF7
(222,253,247)
0 Favorites   0 Comments

Color spaces of #defdf7

RGB 222253247
HSL0.470.890.93
HSV168°12°99°
CMYK 0.120.000.02   0.01
XYZ82.038092.4956101.5253
Yxy92.49560.29720.3351
Hunter Lab96.1746-16.04324.7336
CIE-Lab97.0225-11.1055-0.5232

#defdf7 color RGB value is (222,253,247).

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

The process color (four color CMYK) of #defdf7 color hex is 0.12, 0.00, 0.02, 0.01. Web safe color of #defdf7 is #ccffff. Color #defdf7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 11110111
Octal 336 375 367
Decimal 222 253 247
Hex DE FD F7

RGB Percentages of Color #defdf7

%30.75
%35.04
%34.21

CMYK Percentages of Color #defdf7

%12
%0
%2
%1

Triadic Colors of #defdf7

#defdf7 #f7defd #fdf7de

Analogous Colors of #defdf7

#defdf7 #def4fd #defde8

Monochromatic Colors of #defdf7

#defdf7

Complementary Color

#defdf7 #fddee4

#defdf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defdf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defdf7 Color CSS Codes

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

#defdf7 Text Font Color

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

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


#defdf7 Background Color

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

This div background color is #defdf7


#defdf7 Border Color

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

This div border color is #defdf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defdf7


Comments

No comments written yet.

Please login to write comment.