Color Hex Logo

#daf6ac Color Hex

#DAF6AC
(218,246,172)
0 Favorites   0 Comments

Color spaces of #daf6ac

RGB 218246172
HSL0.230.800.82
HSV83°30°96°
CMYK 0.110.000.30   0.04
XYZ69.315683.795551.5506
Yxy83.79550.33870.4094
Hunter Lab91.5399-25.031530.6888
CIE-Lab93.3616-21.329232.6754

#daf6ac color RGB value is (218,246,172).

#daf6ac hex color red value is 218, green value is 246 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #daf6ac hue: 0.23 , saturation: 0.80 and the lightness value of daf6ac is 0.82.

The process color (four color CMYK) of #daf6ac color hex is 0.11, 0.00, 0.30, 0.04. Web safe color of #daf6ac is #ccff99. Color #daf6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 10101100
Octal 332 366 254
Decimal 218 246 172
Hex DA F6 AC

RGB Percentages of Color #daf6ac

%34.28
%38.68
%27.04

CMYK Percentages of Color #daf6ac

%11
%0
%30
%4

Triadic Colors of #daf6ac

#daf6ac #acdaf6 #f6acda

Analogous Colors of #daf6ac

#daf6ac #b5f6ac #f6edac

Monochromatic Colors of #daf6ac

#daf6ac

Complementary Color

#daf6ac #c8acf6

#daf6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf6ac Color CSS Codes

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

#daf6ac Text Font Color

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

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


#daf6ac Background Color

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

This div background color is #daf6ac


#daf6ac Border Color

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

This div border color is #daf6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf6ac


Comments

No comments written yet.

Please login to write comment.