Color Hex Logo

#deecf9 Color Hex

#DEECF9
(222,236,249)
0 Favorites   0 Comments

Color spaces of #deecf9

RGB 222236249
HSL0.580.690.92
HSV209°11°98°
CMYK 0.110.050.00   0.02
XYZ77.218582.3601101.4498
Yxy82.36010.29580.3155
Hunter Lab90.7525-6.9366-2.7520
CIE-Lab92.7336-2.1297-7.8695

#deecf9 color RGB value is (222,236,249).

#deecf9 hex color red value is 222, green value is 236 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #deecf9 hue: 0.58 , saturation: 0.69 and the lightness value of deecf9 is 0.92.

The process color (four color CMYK) of #deecf9 color hex is 0.11, 0.05, 0.00, 0.02. Web safe color of #deecf9 is #ccffff. Color #deecf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 11111001
Octal 336 354 371
Decimal 222 236 249
Hex DE EC F9

RGB Percentages of Color #deecf9

%31.40
%33.38
%35.22

CMYK Percentages of Color #deecf9

%11
%5
%0
%2

Triadic Colors of #deecf9

#deecf9 #f9deec #ecf9de

Analogous Colors of #deecf9

#deecf9 #dedff9 #def9f9

Monochromatic Colors of #deecf9

#deecf9

Complementary Color

#deecf9 #f9ebde

#deecf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deecf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deecf9 Color CSS Codes

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

#deecf9 Text Font Color

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

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


#deecf9 Background Color

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

This div background color is #deecf9


#deecf9 Border Color

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

This div border color is #deecf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deecf9


Comments

No comments written yet.

Please login to write comment.