Color Hex Logo

#deefe0 Color Hex

#DEEFE0
(222,239,224)
0 Favorites   0 Comments

Color spaces of #deefe0

RGB 222239224
HSL0.350.350.90
HSV127°94°
CMYK 0.070.000.06   0.06
XYZ74.445282.644482.5493
Yxy82.64440.31070.3449
Hunter Lab90.9090-12.91739.7984
CIE-Lab92.8585-8.32205.3195

#deefe0 color RGB value is (222,239,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 11100000
Octal 336 357 340
Decimal 222 239 224
Hex DE EF E0

RGB Percentages of Color #deefe0

%32.41
%34.89
%32.70

CMYK Percentages of Color #deefe0

%7
%0
%6
%6

Triadic Colors of #deefe0

#deefe0 #e0deef #efe0de

Analogous Colors of #deefe0

#deefe0 #deefe9 #e5efde

Monochromatic Colors of #deefe0

#deefe0

Complementary Color

#deefe0 #efdeed

#deefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefe0 Color CSS Codes

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

#deefe0 Text Font Color

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

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


#deefe0 Background Color

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

This div background color is #deefe0


#deefe0 Border Color

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

This div border color is #deefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefe0


Comments

No comments written yet.

Please login to write comment.