Color Hex Logo

#deffe9 Color Hex

#DEFFE9
(222,255,233)
0 Favorites   0 Comments

Color spaces of #deffe9

RGB 222255233
HSL0.391.000.94
HSV140°13°100°
CMYK 0.130.000.09   0.00
XYZ80.592292.932890.7810
Yxy92.93280.30490.3516
Hunter Lab96.4017-19.476111.6480
CIE-Lab97.2003-14.68516.9345

#deffe9 color RGB value is (222,255,233).

#deffe9 hex color red value is 222, green value is 255 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #deffe9 hue: 0.39 , saturation: 1.00 and the lightness value of deffe9 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 11101001
Octal 336 377 351
Decimal 222 255 233
Hex DE FF E9

RGB Percentages of Color #deffe9

%31.27
%35.92
%32.82

CMYK Percentages of Color #deffe9

%13
%0
%9
%0

Triadic Colors of #deffe9

#deffe9 #e9deff #ffe9de

Analogous Colors of #deffe9

#deffe9 #defffa #e4ffde

Monochromatic Colors of #deffe9

#deffe9

Complementary Color

#deffe9 #ffdef4

#deffe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffe9 Color CSS Codes

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

#deffe9 Text Font Color

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

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


#deffe9 Background Color

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

This div background color is #deffe9


#deffe9 Border Color

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

This div border color is #deffe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffe9

Related Colors


Comments

No comments written yet.

Please login to write comment.