Color Hex Logo

#dafad5 Color Hex

#DAFAD5
(218,250,213)
0 Favorites   0 Comments

Color spaces of #dafad5

RGB 218250213
HSL0.310.790.91
HSV112°15°98°
CMYK 0.130.000.15   0.02
XYZ75.109388.080775.9934
Yxy88.08070.31400.3683
Hunter Lab93.8513-21.386117.6876
CIE-Lab95.1949-17.026114.3092

#dafad5 color RGB value is (218,250,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11010101
Octal 332 372 325
Decimal 218 250 213
Hex DA FA D5

RGB Percentages of Color #dafad5

%32.01
%36.71
%31.28

CMYK Percentages of Color #dafad5

%13
%0
%15
%2

Triadic Colors of #dafad5

#dafad5 #d5dafa #fad5da

Analogous Colors of #dafad5

#dafad5 #d5fae3 #edfad5

Monochromatic Colors of #dafad5

#dafad5

Complementary Color

#dafad5 #f5d5fa

#dafad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafad5 Color CSS Codes

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

#dafad5 Text Font Color

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

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


#dafad5 Background Color

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

This div background color is #dafad5


#dafad5 Border Color

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

This div border color is #dafad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafad5


Comments

No comments written yet.

Please login to write comment.