Color Hex Logo

#dee5fa Color Hex

#DEE5FA
(222,229,250)
0 Favorites   0 Comments

Color spaces of #dee5fa

RGB 222229250
HSL0.630.740.93
HSV225°11°98°
CMYK 0.110.080.00   0.02
XYZ75.398878.4703101.6148
Yxy78.47030.29510.3071
Hunter Lab88.5835-3.0888-6.0036
CIE-Lab90.99411.6740-10.9744

#dee5fa color RGB value is (222,229,250).

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

The process color (four color CMYK) of #dee5fa color hex is 0.11, 0.08, 0.00, 0.02. Web safe color of #dee5fa is #ccccff. Color #dee5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 11111010
Octal 336 345 372
Decimal 222 229 250
Hex DE E5 FA

RGB Percentages of Color #dee5fa

%31.67
%32.67
%35.66

CMYK Percentages of Color #dee5fa

%11
%8
%0
%2

Triadic Colors of #dee5fa

#dee5fa #fadee5 #e5fade

Analogous Colors of #dee5fa

#dee5fa #e5defa #def3fa

Monochromatic Colors of #dee5fa

#dee5fa

Complementary Color

#dee5fa #faf3de

#dee5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee5fa Color CSS Codes

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

#dee5fa Text Font Color

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

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


#dee5fa Background Color

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

This div background color is #dee5fa


#dee5fa Border Color

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

This div border color is #dee5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.