Color Hex Logo

#dee4eb Color Hex

#DEE4EB
(222,228,235)
0 Favorites   0 Comments

Color spaces of #dee4eb

RGB 222228235
HSL0.590.250.90
HSV212°92°
CMYK 0.060.030.00   0.08
XYZ72.863077.014689.6223
Yxy77.01460.30420.3216
Hunter Lab87.7580-5.37280.8810
CIE-Lab90.3283-0.7046-4.1094

#dee4eb color RGB value is (222,228,235).

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

The process color (four color CMYK) of #dee4eb color hex is 0.06, 0.03, 0.00, 0.08. Web safe color of #dee4eb is #ccccff. Color #dee4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 11101011
Octal 336 344 353
Decimal 222 228 235
Hex DE E4 EB

RGB Percentages of Color #dee4eb

%32.41
%33.28
%34.31

CMYK Percentages of Color #dee4eb

%6
%3
%0
%8

Triadic Colors of #dee4eb

#dee4eb #ebdee4 #e4ebde

Analogous Colors of #dee4eb

#dee4eb #dfdeeb #deebeb

Monochromatic Colors of #dee4eb

#dee4eb

Complementary Color

#dee4eb #ebe5de

#dee4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee4eb Color CSS Codes

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

#dee4eb Text Font Color

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

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


#dee4eb Background Color

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

This div background color is #dee4eb


#dee4eb Border Color

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

This div border color is #dee4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee4eb


Comments

No comments written yet.

Please login to write comment.