Color Hex Logo

#daff91 Color Hex

#DAFF91
(218,255,145)
0 Favorites   0 Comments

Color spaces of #daff91

RGB 218255145
HSL0.221.000.78
HSV80°43°100°
CMYK 0.150.000.43   0.00
XYZ69.784388.469840.1864
Yxy88.46980.35170.4458
Hunter Lab94.0584-32.168540.5092
CIE-Lab95.3584-28.924048.5354

#daff91 color RGB value is (218,255,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10010001
Octal 332 377 221
Decimal 218 255 145
Hex DA FF 91

RGB Percentages of Color #daff91

%35.28
%41.26
%23.46

CMYK Percentages of Color #daff91

%15
%0
%43
%0

Triadic Colors of #daff91

#daff91 #91daff #ff91da

Analogous Colors of #daff91

#daff91 #a3ff91 #ffed91

Monochromatic Colors of #daff91

#daff91

Complementary Color

#daff91 #b691ff

#daff91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff91 Color CSS Codes

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

#daff91 Text Font Color

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

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


#daff91 Background Color

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

This div background color is #daff91


#daff91 Border Color

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

This div border color is #daff91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff91


Comments

No comments written yet.

Please login to write comment.