Color Hex Logo

#daf2ae Color Hex

#DAF2AE
(218,242,174)
0 Favorites   0 Comments

Color spaces of #daf2ae

RGB 218242174
HSL0.230.720.82
HSV81°28°95°
CMYK 0.100.000.28   0.05
XYZ68.305681.465752.1688
Yxy81.46570.33820.4034
Hunter Lab90.2584-22.867128.9116
CIE-Lab92.3385-19.116030.2908

#daf2ae color RGB value is (218,242,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 10101110
Octal 332 362 256
Decimal 218 242 174
Hex DA F2 AE

RGB Percentages of Color #daf2ae

%34.38
%38.17
%27.44

CMYK Percentages of Color #daf2ae

%10
%0
%28
%5

Triadic Colors of #daf2ae

#daf2ae #aedaf2 #f2aeda

Analogous Colors of #daf2ae

#daf2ae #b8f2ae #f2e8ae

Monochromatic Colors of #daf2ae

#daf2ae

Complementary Color

#daf2ae #c6aef2

#daf2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2ae Color CSS Codes

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

#daf2ae Text Font Color

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

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


#daf2ae Background Color

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

This div background color is #daf2ae


#daf2ae Border Color

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

This div border color is #daf2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2ae


Comments

No comments written yet.

Please login to write comment.