Color Hex Logo

#dee2ec Color Hex

#DEE2EC
(222,226,236)
0 Favorites   0 Comments

Color spaces of #dee2ec

RGB 222226236
HSL0.620.270.90
HSV223°93°
CMYK 0.060.040.00   0.07
XYZ72.460975.978490.2031
Yxy75.97840.30360.3184
Hunter Lab87.1656-4.1524-0.3402
CIE-Lab89.84930.5169-5.3393

#dee2ec color RGB value is (222,226,236).

#dee2ec hex color red value is 222, green value is 226 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dee2ec hue: 0.62 , saturation: 0.27 and the lightness value of dee2ec is 0.90.

The process color (four color CMYK) of #dee2ec color hex is 0.06, 0.04, 0.00, 0.07. Web safe color of #dee2ec is #ccccff. Color #dee2ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 11101100
Octal 336 342 354
Decimal 222 226 236
Hex DE E2 EC

RGB Percentages of Color #dee2ec

%32.46
%33.04
%34.50

CMYK Percentages of Color #dee2ec

%6
%4
%0
%7

Triadic Colors of #dee2ec

#dee2ec #ecdee2 #e2ecde

Analogous Colors of #dee2ec

#dee2ec #e1deec #dee9ec

Monochromatic Colors of #dee2ec

#dee2ec

Complementary Color

#dee2ec #ece8de

#dee2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee2ec Color CSS Codes

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

#dee2ec Text Font Color

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

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


#dee2ec Background Color

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

This div background color is #dee2ec


#dee2ec Border Color

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

This div border color is #dee2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee2ec


Comments

No comments written yet.

Please login to write comment.