Color Hex Logo

#dee3fe Color Hex

#DEE3FE
(222,227,254)
0 Favorites   0 Comments

Color spaces of #dee3fe

RGB 222227254
HSL0.640.940.93
HSV231°13°100°
CMYK 0.130.110.00   0.00
XYZ75.482777.6235104.7704
Yxy77.62350.29270.3010
Hunter Lab88.1042-1.2536-8.8326
CIE-Lab90.60783.5106-13.6430

#dee3fe color RGB value is (222,227,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 11111110
Octal 336 343 376
Decimal 222 227 254
Hex DE E3 FE

RGB Percentages of Color #dee3fe

%31.58
%32.29
%36.13

CMYK Percentages of Color #dee3fe

%13
%11
%0
%0

Triadic Colors of #dee3fe

#dee3fe #fedee3 #e3fede

Analogous Colors of #dee3fe

#dee3fe #e9defe #def3fe

Monochromatic Colors of #dee3fe

#dee3fe

Complementary Color

#dee3fe #fef9de

#dee3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee3fe Color CSS Codes

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

#dee3fe Text Font Color

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

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


#dee3fe Background Color

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

This div background color is #dee3fe


#dee3fe Border Color

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

This div border color is #dee3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.