Color Hex Logo

#def9ed Color Hex

#DEF9ED
(222,249,237)
0 Favorites   0 Comments

Color spaces of #def9ed

RGB 222249237
HSL0.430.690.92
HSV153°11°98°
CMYK 0.110.000.05   0.02
XYZ79.285989.395493.1970
Yxy89.39540.30280.3414
Hunter Lab94.5491-15.77667.7423
CIE-Lab95.7454-10.98482.7708

#def9ed color RGB value is (222,249,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 11101101
Octal 336 371 355
Decimal 222 249 237
Hex DE F9 ED

RGB Percentages of Color #def9ed

%31.36
%35.17
%33.47

CMYK Percentages of Color #def9ed

%11
%0
%5
%2

Triadic Colors of #def9ed

#def9ed #eddef9 #f9edde

Analogous Colors of #def9ed

#def9ed #def8f9 #def9e0

Monochromatic Colors of #def9ed

#def9ed

Complementary Color

#def9ed #f9deea

#def9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#def9ed Color CSS Codes

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

#def9ed Text Font Color

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

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


#def9ed Background Color

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

This div background color is #def9ed


#def9ed Border Color

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

This div border color is #def9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def9ed


Comments

No comments written yet.

Please login to write comment.