Color Hex Logo

#def8db Color Hex

#DEF8DB
(222,248,219)
0 Favorites   0 Comments

Color spaces of #def8db

RGB 222248219
HSL0.320.670.92
HSV114°12°97°
CMYK 0.100.000.12   0.03
XYZ76.477887.778979.9300
Yxy87.77890.31320.3595
Hunter Lab93.6904-18.251815.0013
CIE-Lab95.0678-13.687511.0781

#def8db color RGB value is (222,248,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111000 11011011
Octal 336 370 333
Decimal 222 248 219
Hex DE F8 DB

RGB Percentages of Color #def8db

%32.22
%35.99
%31.79

CMYK Percentages of Color #def8db

%10
%0
%12
%3

Triadic Colors of #def8db

#def8db #dbdef8 #f8dbde

Analogous Colors of #def8db

#def8db #dbf8e7 #edf8db

Monochromatic Colors of #def8db

#def8db

Complementary Color

#def8db #f5dbf8

#def8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#def8db Color CSS Codes

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

#def8db Text Font Color

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

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


#def8db Background Color

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

This div background color is #def8db


#def8db Border Color

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

This div border color is #def8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def8db


Comments

No comments written yet.

Please login to write comment.