Color Hex Logo

#daf6ae Color Hex

#DAF6AE
(218,246,174)
0 Favorites   0 Comments

Color spaces of #daf6ae

RGB 218246174
HSL0.230.800.82
HSV83°29°96°
CMYK 0.110.000.29   0.04
XYZ69.509283.873052.5700
Yxy83.87300.33750.4072
Hunter Lab91.5822-24.790730.0739
CIE-Lab93.3953-21.055931.7127

#daf6ae color RGB value is (218,246,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 10101110
Octal 332 366 256
Decimal 218 246 174
Hex DA F6 AE

RGB Percentages of Color #daf6ae

%34.17
%38.56
%27.27

CMYK Percentages of Color #daf6ae

%11
%0
%29
%4

Triadic Colors of #daf6ae

#daf6ae #aedaf6 #f6aeda

Analogous Colors of #daf6ae

#daf6ae #b6f6ae #f6eeae

Monochromatic Colors of #daf6ae

#daf6ae

Complementary Color

#daf6ae #caaef6

#daf6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf6ae Color CSS Codes

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

#daf6ae Text Font Color

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

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


#daf6ae Background Color

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

This div background color is #daf6ae


#daf6ae Border Color

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

This div border color is #daf6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf6ae


Comments

No comments written yet.

Please login to write comment.