Color Hex Logo

#daffde Color Hex

#DAFFDE
(218,255,222)
0 Favorites   0 Comments

Color spaces of #daffde

RGB 218255222
HSL0.351.000.93
HSV126°15°100°
CMYK 0.150.000.13   0.00
XYZ77.858391.699482.7034
Yxy91.69940.30860.3635
Hunter Lab95.7598-22.448815.8258
CIE-Lab96.6973-17.929811.8246

#daffde color RGB value is (218,255,222).

#daffde hex color red value is 218, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daffde hue: 0.35 , saturation: 1.00 and the lightness value of daffde is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11011110
Octal 332 377 336
Decimal 218 255 222
Hex DA FF DE

RGB Percentages of Color #daffde

%31.37
%36.69
%31.94

CMYK Percentages of Color #daffde

%15
%0
%13
%0

Triadic Colors of #daffde

#daffde #dedaff #ffdeda

Analogous Colors of #daffde

#daffde #dafff1 #e9ffda

Monochromatic Colors of #daffde

#daffde

Complementary Color

#daffde #ffdafb

#daffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffde Color CSS Codes

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

#daffde Text Font Color

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

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


#daffde Background Color

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

This div background color is #daffde


#daffde Border Color

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

This div border color is #daffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffde

Related Colors

#daffde Color Palettes


Comments

No comments written yet.

Please login to write comment.