Color Hex Logo

#dafac6 Color Hex

#DAFAC6
(218,250,198)
0 Favorites   0 Comments

Color spaces of #dafac6

RGB 218250198
HSL0.270.840.88
HSV97°21°98°
CMYK 0.130.000.21   0.02
XYZ73.292187.353966.4242
Yxy87.35390.32280.3847
Hunter Lab93.4633-23.584623.2870
CIE-Lab94.8882-19.462721.5633

#dafac6 color RGB value is (218,250,198).

#dafac6 hex color red value is 218, green value is 250 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #dafac6 hue: 0.27 , saturation: 0.84 and the lightness value of dafac6 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11000110
Octal 332 372 306
Decimal 218 250 198
Hex DA FA C6

RGB Percentages of Color #dafac6

%32.73
%37.54
%29.73

CMYK Percentages of Color #dafac6

%13
%0
%21
%2

Triadic Colors of #dafac6

#dafac6 #c6dafa #fac6da

Analogous Colors of #dafac6

#dafac6 #c6facc #f4fac6

Monochromatic Colors of #dafac6

#dafac6

Complementary Color

#dafac6 #e6c6fa

#dafac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafac6 Color CSS Codes

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

#dafac6 Text Font Color

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

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


#dafac6 Background Color

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

This div background color is #dafac6


#dafac6 Border Color

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

This div border color is #dafac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafac6


Comments

No comments written yet.

Please login to write comment.