Color Hex Logo

#daf7ae Color Hex

#DAF7AE
(218,247,174)
0 Favorites   0 Comments

Color spaces of #daf7ae

RGB 218247174
HSL0.230.820.83
HSV84°30°97°
CMYK 0.120.000.30   0.03
XYZ69.814284.482952.6716
Yxy84.48290.33730.4082
Hunter Lab91.9146-25.269930.3641
CIE-Lab93.6598-21.538232.0678

#daf7ae color RGB value is (218,247,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 10101110
Octal 332 367 256
Decimal 218 247 174
Hex DA F7 AE

RGB Percentages of Color #daf7ae

%34.12
%38.65
%27.23

CMYK Percentages of Color #daf7ae

%12
%0
%30
%3

Triadic Colors of #daf7ae

#daf7ae #aedaf7 #f7aeda

Analogous Colors of #daf7ae

#daf7ae #b6f7ae #f7f0ae

Monochromatic Colors of #daf7ae

#daf7ae

Complementary Color

#daf7ae #cbaef7

#daf7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf7ae Color CSS Codes

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

#daf7ae Text Font Color

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

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


#daf7ae Background Color

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

This div background color is #daf7ae


#daf7ae Border Color

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

This div border color is #daf7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf7ae


Comments

No comments written yet.

Please login to write comment.