Color Hex Logo

#ddf6bd Color Hex

#DDF6BD
(221,246,189)
0 Favorites   0 Comments

Color spaces of #ddf6bd

RGB 221246189
HSL0.240.760.85
HSV86°23°96°
CMYK 0.100.000.23   0.04
XYZ71.959984.957860.7499
Yxy84.95780.33060.3903
Hunter Lab92.1726-21.945525.4434
CIE-Lab93.8649-17.847024.7735

#ddf6bd color RGB value is (221,246,189).

#ddf6bd hex color red value is 221, green value is 246 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddf6bd hue: 0.24 , saturation: 0.76 and the lightness value of ddf6bd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 10111101
Octal 335 366 275
Decimal 221 246 189
Hex DD F6 BD

RGB Percentages of Color #ddf6bd

%33.69
%37.50
%28.81

CMYK Percentages of Color #ddf6bd

%10
%0
%23
%4

Triadic Colors of #ddf6bd

#ddf6bd #bdddf6 #f6bddd

Analogous Colors of #ddf6bd

#ddf6bd #c1f6bd #f6f3bd

Monochromatic Colors of #ddf6bd

#ddf6bd

Complementary Color

#ddf6bd #d6bdf6

#ddf6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf6bd Color CSS Codes

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

#ddf6bd Text Font Color

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

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


#ddf6bd Background Color

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

This div background color is #ddf6bd


#ddf6bd Border Color

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

This div border color is #ddf6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf6bd


Comments

No comments written yet.

Please login to write comment.