Color Hex Logo

#dee4fe Color Hex

#DEE4FE
(222,228,254)
0 Favorites   0 Comments

Color spaces of #dee4fe

RGB 222228254
HSL0.640.940.93
HSV229°13°100°
CMYK 0.130.100.00   0.00
XYZ75.757078.1722104.8618
Yxy78.17220.29270.3021
Hunter Lab88.4150-1.7815-8.4285
CIE-Lab90.85842.9906-13.2683

#dee4fe color RGB value is (222,228,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 11111110
Octal 336 344 376
Decimal 222 228 254
Hex DE E4 FE

RGB Percentages of Color #dee4fe

%31.53
%32.39
%36.08

CMYK Percentages of Color #dee4fe

%13
%10
%0
%0

Triadic Colors of #dee4fe

#dee4fe #fedee4 #e4fede

Analogous Colors of #dee4fe

#dee4fe #e8defe #def4fe

Monochromatic Colors of #dee4fe

#dee4fe

Complementary Color

#dee4fe #fef8de

#dee4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee4fe Color CSS Codes

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

#dee4fe Text Font Color

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

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


#dee4fe Background Color

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

This div background color is #dee4fe


#dee4fe Border Color

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

This div border color is #dee4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.