Color Hex Logo

#deefd8 Color Hex

#DEEFD8
(222,239,216)
0 Favorites   0 Comments

Color spaces of #deefd8

RGB 222239216
HSL0.290.420.89
HSV104°10°94°
CMYK 0.070.000.10   0.06
XYZ73.385482.220576.9681
Yxy82.22050.31550.3535
Hunter Lab90.6755-14.218813.1457
CIE-Lab92.6721-9.71599.2043

#deefd8 color RGB value is (222,239,216).

#deefd8 hex color red value is 222, green value is 239 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #deefd8 hue: 0.29 , saturation: 0.42 and the lightness value of deefd8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 11011000
Octal 336 357 330
Decimal 222 239 216
Hex DE EF D8

RGB Percentages of Color #deefd8

%32.79
%35.30
%31.91

CMYK Percentages of Color #deefd8

%7
%0
%10
%6

Triadic Colors of #deefd8

#deefd8 #d8deef #efd8de

Analogous Colors of #deefd8

#deefd8 #d8efde #eaefd8

Monochromatic Colors of #deefd8

#deefd8

Complementary Color

#deefd8 #e9d8ef

#deefd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefd8 Color CSS Codes

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

#deefd8 Text Font Color

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

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


#deefd8 Background Color

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

This div background color is #deefd8


#deefd8 Border Color

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

This div border color is #deefd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefd8

#deefd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.