Color Hex Logo

#dee4fc Color Hex

#DEE4FC
(222,228,252)
0 Favorites   0 Comments

Color spaces of #dee4fc

RGB 222228252
HSL0.630.830.93
HSV228°12°99°
CMYK 0.120.100.00   0.01
XYZ75.438378.0447103.1836
Yxy78.04470.29390.3041
Hunter Lab88.3429-2.1743-7.4101
CIE-Lab90.80032.5901-12.3092

#dee4fc color RGB value is (222,228,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 11111100
Octal 336 344 374
Decimal 222 228 252
Hex DE E4 FC

RGB Percentages of Color #dee4fc

%31.62
%32.48
%35.90

CMYK Percentages of Color #dee4fc

%12
%10
%0
%1

Triadic Colors of #dee4fc

#dee4fc #fcdee4 #e4fcde

Analogous Colors of #dee4fc

#dee4fc #e7defc #def3fc

Monochromatic Colors of #dee4fc

#dee4fc

Complementary Color

#dee4fc #fcf6de

#dee4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee4fc Color CSS Codes

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

#dee4fc Text Font Color

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

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


#dee4fc Background Color

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

This div background color is #dee4fc


#dee4fc Border Color

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

This div border color is #dee4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee4fc


Comments

No comments written yet.

Please login to write comment.