Color Hex Logo

#def7db Color Hex

#DEF7DB
(222,247,219)
0 Favorites   0 Comments

Color spaces of #def7db

RGB 222247219
HSL0.320.640.91
HSV114°11°97°
CMYK 0.100.000.11   0.03
XYZ76.171187.165679.8278
Yxy87.16560.31320.3585
Hunter Lab93.3625-17.752714.6590
CIE-Lab94.8085-13.192410.7080

#def7db color RGB value is (222,247,219).

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

The process color (four color CMYK) of #def7db color hex is 0.10, 0.00, 0.11, 0.03. Web safe color of #def7db is #ccffcc. Color #def7db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110111 11011011
Octal 336 367 333
Decimal 222 247 219
Hex DE F7 DB

RGB Percentages of Color #def7db

%32.27
%35.90
%31.83

CMYK Percentages of Color #def7db

%10
%0
%11
%3

Triadic Colors of #def7db

#def7db #dbdef7 #f7dbde

Analogous Colors of #def7db

#def7db #dbf7e6 #ecf7db

Monochromatic Colors of #def7db

#def7db

Complementary Color

#def7db #f4dbf7

#def7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#def7db Color CSS Codes

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

#def7db Text Font Color

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

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


#def7db Background Color

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

This div background color is #def7db


#def7db Border Color

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

This div border color is #def7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def7db


Comments

No comments written yet.

Please login to write comment.