Color Hex Logo

#dee7eb Color Hex

#DEE7EB
(222,231,235)
0 Favorites   0 Comments

Color spaces of #dee7eb

RGB 222231235
HSL0.550.250.90
HSV198°92°
CMYK 0.060.020.00   0.08
XYZ73.695578.679689.8998
Yxy78.67960.30420.3248
Hunter Lab88.7015-6.92532.0001
CIE-Lab91.0891-2.2476-2.9910

#dee7eb color RGB value is (222,231,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 11101011
Octal 336 347 353
Decimal 222 231 235
Hex DE E7 EB

RGB Percentages of Color #dee7eb

%32.27
%33.58
%34.16

CMYK Percentages of Color #dee7eb

%6
%2
%0
%8

Triadic Colors of #dee7eb

#dee7eb #ebdee7 #e7ebde

Analogous Colors of #dee7eb

#dee7eb #dee1eb #deebe9

Monochromatic Colors of #dee7eb

#dee7eb

Complementary Color

#dee7eb #ebe2de

#dee7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee7eb Color CSS Codes

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

#dee7eb Text Font Color

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

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


#dee7eb Background Color

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

This div background color is #dee7eb


#dee7eb Border Color

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

This div border color is #dee7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee7eb


Comments

No comments written yet.

Please login to write comment.