Color Hex Logo

#dafadd Color Hex

#DAFADD
(218,250,221)
0 Favorites   0 Comments

Color spaces of #dafadd

RGB 218250221
HSL0.350.760.92
HSV126°13°98°
CMYK 0.130.000.12   0.02
XYZ76.150288.497181.4747
Yxy88.49710.30940.3596
Hunter Lab94.0729-20.135314.5011
CIE-Lab95.3699-15.654610.4442

#dafadd color RGB value is (218,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11011101
Octal 332 372 335
Decimal 218 250 221
Hex DA FA DD

RGB Percentages of Color #dafadd

%31.64
%36.28
%32.08

CMYK Percentages of Color #dafadd

%13
%0
%12
%2

Triadic Colors of #dafadd

#dafadd #dddafa #faddda

Analogous Colors of #dafadd

#dafadd #dafaed #e7fada

Monochromatic Colors of #dafadd

#dafadd

Complementary Color

#dafadd #fadaf7

#dafadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafadd Color CSS Codes

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

#dafadd Text Font Color

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

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


#dafadd Background Color

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

This div background color is #dafadd


#dafadd Border Color

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

This div border color is #dafadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,250,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafadd


Comments

No comments written yet.

Please login to write comment.