Color Hex Logo

#deefe5 Color Hex

#DEEFE5
(222,239,229)
0 Favorites   0 Comments

Color spaces of #deefe5

RGB 222239229
HSL0.400.350.90
HSV145°94°
CMYK 0.070.000.04   0.06
XYZ75.133682.919786.1739
Yxy82.91970.30760.3395
Hunter Lab91.0603-12.07557.6337
CIE-Lab92.9793-7.42612.8966

#deefe5 color RGB value is (222,239,229).

#deefe5 hex color red value is 222, green value is 239 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #deefe5 hue: 0.40 , saturation: 0.35 and the lightness value of deefe5 is 0.90.

The process color (four color CMYK) of #deefe5 color hex is 0.07, 0.00, 0.04, 0.06. Web safe color of #deefe5 is #ccffcc. Color #deefe5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 11100101
Octal 336 357 345
Decimal 222 239 229
Hex DE EF E5

RGB Percentages of Color #deefe5

%32.17
%34.64
%33.19

CMYK Percentages of Color #deefe5

%7
%0
%4
%6

Triadic Colors of #deefe5

#deefe5 #e5deef #efe5de

Analogous Colors of #deefe5

#deefe5 #deefee #e0efde

Monochromatic Colors of #deefe5

#deefe5

Complementary Color

#deefe5 #efdee8

#deefe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefe5 Color CSS Codes

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

#deefe5 Text Font Color

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

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


#deefe5 Background Color

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

This div background color is #deefe5


#deefe5 Border Color

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

This div border color is #deefe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefe5


Comments

No comments written yet.

Please login to write comment.