Color Hex Logo

#dee9fe Color Hex

#DEE9FE
(222,233,254)
0 Favorites   0 Comments

Color spaces of #dee9fe

RGB 222233254
HSL0.610.940.93
HSV219°13°100°
CMYK 0.130.080.00   0.00
XYZ77.152580.9632105.3270
Yxy80.96320.29290.3073
Hunter Lab89.9796-4.4103-6.4172
CIE-Lab92.11530.4022-11.3929

#dee9fe color RGB value is (222,233,254).

#dee9fe hex color red value is 222, green value is 233 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dee9fe hue: 0.61 , saturation: 0.94 and the lightness value of dee9fe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 11111110
Octal 336 351 376
Decimal 222 233 254
Hex DE E9 FE

RGB Percentages of Color #dee9fe

%31.31
%32.86
%35.83

CMYK Percentages of Color #dee9fe

%13
%8
%0
%0

Triadic Colors of #dee9fe

#dee9fe #fedee9 #e9fede

Analogous Colors of #dee9fe

#dee9fe #e3defe #def9fe

Monochromatic Colors of #dee9fe

#dee9fe

Complementary Color

#dee9fe #fef3de

#dee9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee9fe Color CSS Codes

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

#dee9fe Text Font Color

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

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


#dee9fe Background Color

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

This div background color is #dee9fe


#dee9fe Border Color

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

This div border color is #dee9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.