Color Hex Logo

#dafad6 Color Hex

#DAFAD6
(218,250,214)
0 Favorites   0 Comments

Color spaces of #dafad6

RGB 218250214
HSL0.310.780.91
HSV113°14°98°
CMYK 0.130.000.14   0.02
XYZ75.236688.131776.6641
Yxy88.13170.31340.3672
Hunter Lab93.8785-21.232917.2969
CIE-Lab95.2164-16.857613.8259

#dafad6 color RGB value is (218,250,214).

#dafad6 hex color red value is 218, green value is 250 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #dafad6 hue: 0.31 , saturation: 0.78 and the lightness value of dafad6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11010110
Octal 332 372 326
Decimal 218 250 214
Hex DA FA D6

RGB Percentages of Color #dafad6

%31.96
%36.66
%31.38

CMYK Percentages of Color #dafad6

%13
%0
%14
%2

Triadic Colors of #dafad6

#dafad6 #d6dafa #fad6da

Analogous Colors of #dafad6

#dafad6 #d6fae4 #ecfad6

Monochromatic Colors of #dafad6

#dafad6

Complementary Color

#dafad6 #f6d6fa

#dafad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafad6 Color CSS Codes

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

#dafad6 Text Font Color

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

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


#dafad6 Background Color

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

This div background color is #dafad6


#dafad6 Border Color

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

This div border color is #dafad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafad6


Comments

No comments written yet.

Please login to write comment.