Color Hex Logo

#defed1 Color Hex

#DEFED1
(222,254,209)
0 Favorites   0 Comments

Color spaces of #defed1

RGB 222254209
HSL0.290.960.91
HSV103°18°100°
CMYK 0.130.000.18   0.00
XYZ77.074691.016773.8273
Yxy91.01670.31860.3762
Hunter Lab95.4027-22.746820.9003
CIE-Lab96.4169-18.296318.1180

#defed1 color RGB value is (222,254,209).

#defed1 hex color red value is 222, green value is 254 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #defed1 hue: 0.29 , saturation: 0.96 and the lightness value of defed1 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 11010001
Octal 336 376 321
Decimal 222 254 209
Hex DE FE D1

RGB Percentages of Color #defed1

%32.41
%37.08
%30.51

CMYK Percentages of Color #defed1

%13
%0
%18
%0

Triadic Colors of #defed1

#defed1 #d1defe #fed1de

Analogous Colors of #defed1

#defed1 #d1fedb #f5fed1

Monochromatic Colors of #defed1

#defed1

Complementary Color

#defed1 #f1d1fe

#defed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defed1 Color CSS Codes

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

#defed1 Text Font Color

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

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


#defed1 Background Color

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

This div background color is #defed1


#defed1 Border Color

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

This div border color is #defed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defed1

Related Colors


Comments

No comments written yet.

Please login to write comment.