Color Hex Logo

#def8bd Color Hex

#DEF8BD
(222,248,189)
0 Favorites   0 Comments

Color spaces of #def8bd

RGB 222248189
HSL0.240.810.86
HSV86°24°97°
CMYK 0.100.000.24   0.03
XYZ72.876986.338560.9681
Yxy86.33850.33100.3921
Hunter Lab92.9185-22.608126.1401
CIE-Lab94.4569-18.471025.5973

#def8bd color RGB value is (222,248,189).

#def8bd hex color red value is 222, green value is 248 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #def8bd hue: 0.24 , saturation: 0.81 and the lightness value of def8bd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111000 10111101
Octal 336 370 275
Decimal 222 248 189
Hex DE F8 BD

RGB Percentages of Color #def8bd

%33.69
%37.63
%28.68

CMYK Percentages of Color #def8bd

%10
%0
%24
%3

Triadic Colors of #def8bd

#def8bd #bddef8 #f8bdde

Analogous Colors of #def8bd

#def8bd #c1f8bd #f8f5bd

Monochromatic Colors of #def8bd

#def8bd

Complementary Color

#def8bd #d7bdf8

#def8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#def8bd Color CSS Codes

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

#def8bd Text Font Color

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

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


#def8bd Background Color

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

This div background color is #def8bd


#def8bd Border Color

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

This div border color is #def8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def8bd


Comments

No comments written yet.

Please login to write comment.