Color Hex Logo

#defec1 Color Hex

#DEFEC1
(222,254,193)
0 Favorites   0 Comments

Color spaces of #defec1

RGB 222254193
HSL0.250.970.88
HSV91°24°100°
CMYK 0.130.000.24   0.00
XYZ75.191790.263563.9116
Yxy90.26350.32780.3935
Hunter Lab95.0071-24.991826.6204
CIE-Lab96.1060-20.784125.8292

#defec1 color RGB value is (222,254,193).

#defec1 hex color red value is 222, green value is 254 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #defec1 hue: 0.25 , saturation: 0.97 and the lightness value of defec1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 11000001
Octal 336 376 301
Decimal 222 254 193
Hex DE FE C1

RGB Percentages of Color #defec1

%33.18
%37.97
%28.85

CMYK Percentages of Color #defec1

%13
%0
%24
%0

Triadic Colors of #defec1

#defec1 #c1defe #fec1de

Analogous Colors of #defec1

#defec1 #c1fec3 #fdfec1

Monochromatic Colors of #defec1

#defec1

Complementary Color

#defec1 #e1c1fe

#defec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defec1 Color CSS Codes

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

#defec1 Text Font Color

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

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


#defec1 Background Color

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

This div background color is #defec1


#defec1 Border Color

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

This div border color is #defec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defec1


Comments

No comments written yet.

Please login to write comment.