Color Hex Logo

#daf8ae Color Hex

#DAF8AE
(218,248,174)
0 Favorites   0 Comments

Color spaces of #daf8ae

RGB 218248174
HSL0.230.840.83
HSV84°30°97°
CMYK 0.120.000.30   0.03
XYZ70.120885.096252.7739
Yxy85.09620.33710.4091
Hunter Lab92.2476-25.748930.6541
CIE-Lab93.9246-22.019732.4226

#daf8ae color RGB value is (218,248,174).

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

The process color (four color CMYK) of #daf8ae color hex is 0.12, 0.00, 0.30, 0.03. Web safe color of #daf8ae is #ccff99. Color #daf8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 10101110
Octal 332 370 256
Decimal 218 248 174
Hex DA F8 AE

RGB Percentages of Color #daf8ae

%34.06
%38.75
%27.19

CMYK Percentages of Color #daf8ae

%12
%0
%30
%3

Triadic Colors of #daf8ae

#daf8ae #aedaf8 #f8aeda

Analogous Colors of #daf8ae

#daf8ae #b5f8ae #f8f1ae

Monochromatic Colors of #daf8ae

#daf8ae

Complementary Color

#daf8ae #ccaef8

#daf8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf8ae Color CSS Codes

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

#daf8ae Text Font Color

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

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


#daf8ae Background Color

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

This div background color is #daf8ae


#daf8ae Border Color

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

This div border color is #daf8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf8ae


Comments

No comments written yet.

Please login to write comment.