Color Hex Logo

#dafad7 Color Hex

#DAFAD7
(218,250,215)
0 Favorites   0 Comments

Color spaces of #dafad7

RGB 218250215
HSL0.320.780.91
HSV115°14°98°
CMYK 0.130.000.14   0.02
XYZ75.364888.182977.3388
Yxy88.18290.31290.3661
Hunter Lab93.9058-21.078516.9040
CIE-Lab95.2379-16.687913.3425

#dafad7 color RGB value is (218,250,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11010111
Octal 332 372 327
Decimal 218 250 215
Hex DA FA D7

RGB Percentages of Color #dafad7

%31.92
%36.60
%31.48

CMYK Percentages of Color #dafad7

%13
%0
%14
%2

Triadic Colors of #dafad7

#dafad7 #d7dafa #fad7da

Analogous Colors of #dafad7

#dafad7 #d7fae6 #ecfad7

Monochromatic Colors of #dafad7

#dafad7

Complementary Color

#dafad7 #f7d7fa

#dafad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafad7 Color CSS Codes

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

#dafad7 Text Font Color

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

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


#dafad7 Background Color

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

This div background color is #dafad7


#dafad7 Border Color

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

This div border color is #dafad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafad7


Comments

No comments written yet.

Please login to write comment.