Color Hex Logo

#ddfadb Color Hex

#DDFADB
(221,250,219)
0 Favorites   0 Comments

Color spaces of #ddfadb

RGB 221250219
HSL0.320.760.92
HSV116°12°98°
CMYK 0.120.000.12   0.02
XYZ76.790688.857880.1218
Yxy88.85780.31240.3615
Hunter Lab94.2644-19.551315.5904
CIE-Lab95.5210-15.007811.7153

#ddfadb color RGB value is (221,250,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11011011
Octal 335 372 333
Decimal 221 250 219
Hex DD FA DB

RGB Percentages of Color #ddfadb

%32.03
%36.23
%31.74

CMYK Percentages of Color #ddfadb

%12
%0
%12
%2

Triadic Colors of #ddfadb

#ddfadb #dbddfa #fadbdd

Analogous Colors of #ddfadb

#ddfadb #dbfae9 #edfadb

Monochromatic Colors of #ddfadb

#ddfadb

Complementary Color

#ddfadb #f8dbfa

#ddfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfadb Color CSS Codes

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

#ddfadb Text Font Color

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

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


#ddfadb Background Color

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

This div background color is #ddfadb


#ddfadb Border Color

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

This div border color is #ddfadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfadb


Comments

No comments written yet.

Please login to write comment.