Color Hex Logo

#deebf9 Color Hex

#DEEBF9
(222,235,249)
0 Favorites   0 Comments

Color spaces of #deebf9

RGB 222235249
HSL0.590.690.92
HSV211°11°98°
CMYK 0.110.060.00   0.02
XYZ76.931481.7858101.3541
Yxy81.78580.29580.3145
Hunter Lab90.4355-6.4163-3.1434
CIE-Lab92.4802-1.6167-8.2448

#deebf9 color RGB value is (222,235,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 11111001
Octal 336 353 371
Decimal 222 235 249
Hex DE EB F9

RGB Percentages of Color #deebf9

%31.44
%33.29
%35.27

CMYK Percentages of Color #deebf9

%11
%6
%0
%2

Triadic Colors of #deebf9

#deebf9 #f9deeb #ebf9de

Analogous Colors of #deebf9

#deebf9 #dfdef9 #def9f9

Monochromatic Colors of #deebf9

#deebf9

Complementary Color

#deebf9 #f9ecde

#deebf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deebf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deebf9 Color CSS Codes

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

#deebf9 Text Font Color

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

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


#deebf9 Background Color

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

This div background color is #deebf9


#deebf9 Border Color

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

This div border color is #deebf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deebf9


Comments

No comments written yet.

Please login to write comment.