Color Hex Logo

#daffaa Color Hex

#DAFFAA
(218,255,170)
0 Favorites   0 Comments

Color spaces of #daffaa

RGB 218255170
HSL0.241.000.83
HSV86°33°100°
CMYK 0.150.000.33   0.00
XYZ71.929189.327751.4811
Yxy89.32770.33810.4199
Hunter Lab94.5133-29.551433.8643
CIE-Lab95.7172-25.895936.8068

#daffaa color RGB value is (218,255,170).

#daffaa hex color red value is 218, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #daffaa hue: 0.24 , saturation: 1.00 and the lightness value of daffaa is 0.83.

The process color (four color CMYK) of #daffaa color hex is 0.15, 0.00, 0.33, 0.00. Web safe color of #daffaa is #ccff99. Color #daffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10101010
Octal 332 377 252
Decimal 218 255 170
Hex DA FF AA

RGB Percentages of Color #daffaa

%33.90
%39.66
%26.44

CMYK Percentages of Color #daffaa

%15
%0
%33
%0

Triadic Colors of #daffaa

#daffaa #aadaff #ffaada

Analogous Colors of #daffaa

#daffaa #b0ffaa #fffaaa

Monochromatic Colors of #daffaa

#daffaa

Complementary Color

#daffaa #cfaaff

#daffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffaa Color CSS Codes

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

#daffaa Text Font Color

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

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


#daffaa Background Color

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

This div background color is #daffaa


#daffaa Border Color

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

This div border color is #daffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffaa


Comments

No comments written yet.

Please login to write comment.