Color Hex Logo

#deeef9 Color Hex

#DEEEF9
(222,238,249)
0 Favorites   0 Comments

Color spaces of #deeef9

RGB 222238249
HSL0.570.690.92
HSV204°11°98°
CMYK 0.110.040.00   0.02
XYZ77.797683.5182101.6428
Yxy83.51820.29590.3176
Hunter Lab91.3883-7.9749-1.9710
CIE-Lab93.2408-3.1529-7.1187

#deeef9 color RGB value is (222,238,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 11111001
Octal 336 356 371
Decimal 222 238 249
Hex DE EE F9

RGB Percentages of Color #deeef9

%31.31
%33.57
%35.12

CMYK Percentages of Color #deeef9

%11
%4
%0
%2

Triadic Colors of #deeef9

#deeef9 #f9deee #eef9de

Analogous Colors of #deeef9

#deeef9 #dee1f9 #def9f7

Monochromatic Colors of #deeef9

#deeef9

Complementary Color

#deeef9 #f9e9de

#deeef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeef9 Color CSS Codes

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

#deeef9 Text Font Color

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

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


#deeef9 Background Color

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

This div background color is #deeef9


#deeef9 Border Color

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

This div border color is #deeef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeef9

Related Colors


Comments

No comments written yet.

Please login to write comment.