Color Hex Logo

#daffdc Color Hex

#DAFFDC
(218,255,220)
0 Favorites   0 Comments

Color spaces of #daffdc

RGB 218255220
HSL0.341.000.93
HSV123°15°100°
CMYK 0.150.000.14   0.00
XYZ77.591791.592781.2998
Yxy91.59270.30980.3657
Hunter Lab95.7041-22.764016.6265
CIE-Lab96.6536-18.275912.7875

#daffdc color RGB value is (218,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11011100
Octal 332 377 334
Decimal 218 255 220
Hex DA FF DC

RGB Percentages of Color #daffdc

%31.46
%36.80
%31.75

CMYK Percentages of Color #daffdc

%15
%0
%14
%0

Triadic Colors of #daffdc

#daffdc #dcdaff #ffdcda

Analogous Colors of #daffdc

#daffdc #daffef #ebffda

Monochromatic Colors of #daffdc

#daffdc

Complementary Color

#daffdc #ffdafd

#daffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffdc Color CSS Codes

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

#daffdc Text Font Color

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

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


#daffdc Background Color

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

This div background color is #daffdc


#daffdc Border Color

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

This div border color is #daffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.