Color Hex Logo

#dee8eb Color Hex

#DEE8EB
(222,232,235)
0 Favorites   0 Comments

Color spaces of #dee8eb

RGB 222232235
HSL0.540.250.90
HSV194°92°
CMYK 0.060.010.00   0.08
XYZ73.976279.241089.9933
Yxy79.24100.30420.3258
Hunter Lab89.0174-7.44152.3722
CIE-Lab91.3432-2.7604-2.6179

#dee8eb color RGB value is (222,232,235).

#dee8eb hex color red value is 222, green value is 232 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dee8eb hue: 0.54 , saturation: 0.25 and the lightness value of dee8eb is 0.90.

The process color (four color CMYK) of #dee8eb color hex is 0.06, 0.01, 0.00, 0.08. Web safe color of #dee8eb is #ccffff. Color #dee8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 11101011
Octal 336 350 353
Decimal 222 232 235
Hex DE E8 EB

RGB Percentages of Color #dee8eb

%32.22
%33.67
%34.11

CMYK Percentages of Color #dee8eb

%6
%1
%0
%8

Triadic Colors of #dee8eb

#dee8eb #ebdee8 #e8ebde

Analogous Colors of #dee8eb

#dee8eb #dee2eb #deebe8

Monochromatic Colors of #dee8eb

#dee8eb

Complementary Color

#dee8eb #ebe1de

#dee8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee8eb Color CSS Codes

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

#dee8eb Text Font Color

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

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


#dee8eb Background Color

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

This div background color is #dee8eb


#dee8eb Border Color

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

This div border color is #dee8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee8eb

#dee8eb Color Palettes


Comments

No comments written yet.

Please login to write comment.