Color Hex Logo

#deecff Color Hex

#DEECFF
(222,236,255)
0 Favorites   0 Comments

Color spaces of #deecff

RGB 222236255
HSL0.601.000.94
HSV215°13°100°
CMYK 0.130.070.00   0.00
XYZ78.169782.7405106.4583
Yxy82.74050.29240.3095
Hunter Lab90.9618-5.7859-5.7175
CIE-Lab92.9007-0.9423-10.7444

#deecff color RGB value is (222,236,255).

#deecff hex color red value is 222, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #deecff hue: 0.60 , saturation: 1.00 and the lightness value of deecff is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 11111111
Octal 336 354 377
Decimal 222 236 255
Hex DE EC FF

RGB Percentages of Color #deecff

%31.14
%33.10
%35.76

CMYK Percentages of Color #deecff

%13
%7
%0
%0

Triadic Colors of #deecff

#deecff #ffdeec #ecffde

Analogous Colors of #deecff

#deecff #e1deff #defdff

Monochromatic Colors of #deecff

#deecff

Complementary Color

#deecff #fff1de

#deecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#deecff Color CSS Codes

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

#deecff Text Font Color

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

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


#deecff Background Color

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

This div background color is #deecff


#deecff Border Color

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

This div border color is #deecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deecff

Related Colors

#deecff Color Palettes


Comments

No comments written yet.

Please login to write comment.