Color Hex Logo

#def5db Color Hex

#DEF5DB
(222,245,219)
0 Favorites   0 Comments

Color spaces of #def5db

RGB 222245219
HSL0.310.570.91
HSV113°11°96°
CMYK 0.090.000.11   0.04
XYZ75.562885.948979.6250
Yxy85.94890.31340.3564
Hunter Lab92.7086-16.752513.9734
CIE-Lab94.2905-12.19939.9678

#def5db color RGB value is (222,245,219).

#def5db hex color red value is 222, green value is 245 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #def5db hue: 0.31 , saturation: 0.57 and the lightness value of def5db is 0.91.

The process color (four color CMYK) of #def5db color hex is 0.09, 0.00, 0.11, 0.04. Web safe color of #def5db is #ccffcc. Color #def5db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110101 11011011
Octal 336 365 333
Decimal 222 245 219
Hex DE F5 DB

RGB Percentages of Color #def5db

%32.36
%35.71
%31.92

CMYK Percentages of Color #def5db

%9
%0
%11
%4

Triadic Colors of #def5db

#def5db #dbdef5 #f5dbde

Analogous Colors of #def5db

#def5db #dbf5e5 #ebf5db

Monochromatic Colors of #def5db

#def5db

Complementary Color

#def5db #f2dbf5

#def5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#def5db Color CSS Codes

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

#def5db Text Font Color

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

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


#def5db Background Color

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

This div background color is #def5db


#def5db Border Color

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

This div border color is #def5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def5db


Comments

No comments written yet.

Please login to write comment.