Color Hex Logo

#dee5fc Color Hex

#DEE5FC
(222,229,252)
0 Favorites   0 Comments

Color spaces of #dee5fc

RGB 222229252
HSL0.630.830.93
HSV226°12°99°
CMYK 0.120.090.00   0.01
XYZ75.714278.5965103.2755
Yxy78.59650.29390.3051
Hunter Lab88.6547-2.7004-7.0098
CIE-Lab91.05142.0714-11.9346

#dee5fc color RGB value is (222,229,252).

#dee5fc hex color red value is 222, green value is 229 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dee5fc hue: 0.63 , saturation: 0.83 and the lightness value of dee5fc is 0.93.

The process color (four color CMYK) of #dee5fc color hex is 0.12, 0.09, 0.00, 0.01. Web safe color of #dee5fc is #ccccff. Color #dee5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 11111100
Octal 336 345 374
Decimal 222 229 252
Hex DE E5 FC

RGB Percentages of Color #dee5fc

%31.58
%32.57
%35.85

CMYK Percentages of Color #dee5fc

%12
%9
%0
%1

Triadic Colors of #dee5fc

#dee5fc #fcdee5 #e5fcde

Analogous Colors of #dee5fc

#dee5fc #e6defc #def4fc

Monochromatic Colors of #dee5fc

#dee5fc

Complementary Color

#dee5fc #fcf5de

#dee5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee5fc Color CSS Codes

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

#dee5fc Text Font Color

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

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


#dee5fc Background Color

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

This div background color is #dee5fc


#dee5fc Border Color

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

This div border color is #dee5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee5fc


Comments

No comments written yet.

Please login to write comment.