Color Hex Logo

#dafadc Color Hex

#DAFADC
(218,250,220)
0 Favorites   0 Comments

Color spaces of #dafadc

RGB 218250220
HSL0.340.760.92
HSV124°13°98°
CMYK 0.130.000.12   0.02
XYZ76.017388.443980.7750
Yxy88.44390.31000.3606
Hunter Lab94.0446-20.294614.9070
CIE-Lab95.3475-15.828710.9269

#dafadc color RGB value is (218,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11011100
Octal 332 372 334
Decimal 218 250 220
Hex DA FA DC

RGB Percentages of Color #dafadc

%31.69
%36.34
%31.98

CMYK Percentages of Color #dafadc

%13
%0
%12
%2

Triadic Colors of #dafadc

#dafadc #dcdafa #fadcda

Analogous Colors of #dafadc

#dafadc #dafaec #e8fada

Monochromatic Colors of #dafadc

#dafadc

Complementary Color

#dafadc #fadaf8

#dafadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafadc Color CSS Codes

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

#dafadc Text Font Color

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

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


#dafadc Background Color

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

This div background color is #dafadc


#dafadc Border Color

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

This div border color is #dafadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafadc


Comments

No comments written yet.

Please login to write comment.