Color Hex Logo

#def6eb Color Hex

#DEF6EB
(222,246,235)
0 Favorites   0 Comments

Color spaces of #def6eb

RGB 222246235
HSL0.420.570.92
HSV153°10°96°
CMYK 0.100.000.04   0.04
XYZ78.075487.439391.3597
Yxy87.43930.30390.3404
Hunter Lab93.5090-14.60207.5291
CIE-Lab94.9243-9.85332.6113

#def6eb color RGB value is (222,246,235).

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

The process color (four color CMYK) of #def6eb color hex is 0.10, 0.00, 0.04, 0.04. Web safe color of #def6eb is #ccffff. Color #def6eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 11101011
Octal 336 366 353
Decimal 222 246 235
Hex DE F6 EB

RGB Percentages of Color #def6eb

%31.58
%34.99
%33.43

CMYK Percentages of Color #def6eb

%10
%0
%4
%4

Triadic Colors of #def6eb

#def6eb #ebdef6 #f6ebde

Analogous Colors of #def6eb

#def6eb #def5f6 #def6df

Monochromatic Colors of #def6eb

#def6eb

Complementary Color

#def6eb #f6dee9

#def6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#def6eb Color CSS Codes

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

#def6eb Text Font Color

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

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


#def6eb Background Color

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

This div background color is #def6eb


#def6eb Border Color

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

This div border color is #def6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def6eb


Comments

No comments written yet.

Please login to write comment.