Color Hex Logo

#deffe5 Color Hex

#DEFFE5
(222,255,229)
0 Favorites   0 Comments

Color spaces of #deffe5

RGB 222255229
HSL0.371.000.94
HSV133°13°100°
CMYK 0.130.000.10   0.00
XYZ80.027192.706787.8051
Yxy92.70670.30720.3558
Hunter Lab96.2843-20.136613.3304
CIE-Lab97.1084-15.39778.8559

#deffe5 color RGB value is (222,255,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 11100101
Octal 336 377 345
Decimal 222 255 229
Hex DE FF E5

RGB Percentages of Color #deffe5

%31.44
%36.12
%32.44

CMYK Percentages of Color #deffe5

%13
%0
%10
%0

Triadic Colors of #deffe5

#deffe5 #e5deff #ffe5de

Analogous Colors of #deffe5

#deffe5 #defff6 #e8ffde

Monochromatic Colors of #deffe5

#deffe5

Complementary Color

#deffe5 #ffdef8

#deffe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffe5 Color CSS Codes

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

#deffe5 Text Font Color

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

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


#deffe5 Background Color

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

This div background color is #deffe5


#deffe5 Border Color

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

This div border color is #deffe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffe5

Related Colors

#deffe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.