Color Hex Logo

#dedef9 Color Hex

#DEDEF9
(222,222,249)
0 Favorites   0 Comments

Color spaces of #dedef9

RGB 222222249
HSL0.670.690.92
HSV240°11°98°
CMYK 0.110.110.00   0.02
XYZ73.344474.6117100.1584
Yxy74.61170.29560.3007
Hunter Lab86.37810.4044-8.2842
CIE-Lab89.21085.1180-13.1108

#dedef9 color RGB value is (222,222,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011110 11111001
Octal 336 336 371
Decimal 222 222 249
Hex DE DE F9

RGB Percentages of Color #dedef9

%32.03
%32.03
%35.93

CMYK Percentages of Color #dedef9

%11
%11
%0
%2

Triadic Colors of #dedef9

#dedef9 #f9dede #def9de

Analogous Colors of #dedef9

#dedef9 #ecdef9 #deecf9

Monochromatic Colors of #dedef9

#dedef9

Complementary Color

#dedef9 #f9f9de

#dedef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedef9 Color CSS Codes

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

#dedef9 Text Font Color

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

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


#dedef9 Background Color

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

This div background color is #dedef9


#dedef9 Border Color

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

This div border color is #dedef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedef9


Comments

No comments written yet.

Please login to write comment.