Color Hex Logo

#def9eb Color Hex

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

Color spaces of #def9eb

RGB 222249235
HSL0.410.690.92
HSV149°11°98°
CMYK 0.110.000.06   0.02
XYZ78.995389.279191.6664
Yxy89.27910.30390.3435
Hunter Lab94.4876-16.12048.6216
CIE-Lab95.6969-11.35153.7325

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

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

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

Base Numbers

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

RGB Percentages of Color #def9eb

%31.44
%35.27
%33.29

CMYK Percentages of Color #def9eb

%11
%0
%6
%2

Triadic Colors of #def9eb

#def9eb #ebdef9 #f9ebde

Analogous Colors of #def9eb

#def9eb #def9f9 #dff9de

Monochromatic Colors of #def9eb

#def9eb

Complementary Color

#def9eb #f9deec

#def9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#def9eb Color CSS Codes

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

#def9eb Text Font Color

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

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


#def9eb Background Color

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

This div background color is #def9eb


#def9eb Border Color

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

This div border color is #def9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def9eb


Comments

No comments written yet.

Please login to write comment.