Color Hex Logo

#daf3ac Color Hex

#DAF3AC
(218,243,172)
0 Favorites   0 Comments

Color spaces of #daf3ac

RGB 218243172
HSL0.230.750.81
HSV81°29°95°
CMYK 0.100.000.29   0.05
XYZ68.410481.985251.2488
Yxy81.98520.33930.4066
Hunter Lab90.5457-23.592029.8239
CIE-Lab92.5683-19.877631.6125

#daf3ac color RGB value is (218,243,172).

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

The process color (four color CMYK) of #daf3ac color hex is 0.10, 0.00, 0.29, 0.05. Web safe color of #daf3ac is #ccff99. Color #daf3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 10101100
Octal 332 363 254
Decimal 218 243 172
Hex DA F3 AC

RGB Percentages of Color #daf3ac

%34.44
%38.39
%27.17

CMYK Percentages of Color #daf3ac

%10
%0
%29
%5

Triadic Colors of #daf3ac

#daf3ac #acdaf3 #f3acda

Analogous Colors of #daf3ac

#daf3ac #b7f3ac #f3e9ac

Monochromatic Colors of #daf3ac

#daf3ac

Complementary Color

#daf3ac #c5acf3

#daf3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf3ac Color CSS Codes

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

#daf3ac Text Font Color

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

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


#daf3ac Background Color

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

This div background color is #daf3ac


#daf3ac Border Color

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

This div border color is #daf3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf3ac


Comments

No comments written yet.

Please login to write comment.