Color Hex Logo

#dafcd6 Color Hex

#DAFCD6
(218,252,214)
0 Favorites   0 Comments

Color spaces of #dafcd6

RGB 218252214
HSL0.320.860.91
HSV114°15°99°
CMYK 0.130.000.15   0.01
XYZ75.861489.381376.8723
Yxy89.38130.31330.3692
Hunter Lab94.5417-22.217417.9702
CIE-Lab95.7395-17.835914.5670

#dafcd6 color RGB value is (218,252,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11010110
Octal 332 374 326
Decimal 218 252 214
Hex DA FC D6

RGB Percentages of Color #dafcd6

%31.87
%36.84
%31.29

CMYK Percentages of Color #dafcd6

%13
%0
%15
%1

Triadic Colors of #dafcd6

#dafcd6 #d6dafc #fcd6da

Analogous Colors of #dafcd6

#dafcd6 #d6fce5 #edfcd6

Monochromatic Colors of #dafcd6

#dafcd6

Complementary Color

#dafcd6 #f8d6fc

#dafcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcd6 Color CSS Codes

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

#dafcd6 Text Font Color

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

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


#dafcd6 Background Color

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

This div background color is #dafcd6


#dafcd6 Border Color

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

This div border color is #dafcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcd6


Comments

No comments written yet.

Please login to write comment.