Color Hex Logo

#daff82 Color Hex

#DAFF82
(218,255,130)
0 Favorites   0 Comments

Color spaces of #daff82

RGB 218255130
HSL0.221.000.75
HSV78°49°100°
CMYK 0.150.000.49   0.00
XYZ68.702788.037134.4909
Yxy88.03710.35930.4604
Hunter Lab93.8281-33.498143.8848
CIE-Lab95.1766-30.482755.3474

#daff82 color RGB value is (218,255,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10000010
Octal 332 377 202
Decimal 218 255 130
Hex DA FF 82

RGB Percentages of Color #daff82

%36.15
%42.29
%21.56

CMYK Percentages of Color #daff82

%15
%0
%49
%0

Triadic Colors of #daff82

#daff82 #82daff #ff82da

Analogous Colors of #daff82

#daff82 #9cff82 #ffe682

Monochromatic Colors of #daff82

#daff82

Complementary Color

#daff82 #a782ff

#daff82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff82 Color CSS Codes

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

#daff82 Text Font Color

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

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


#daff82 Background Color

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

This div background color is #daff82


#daff82 Border Color

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

This div border color is #daff82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff82


Comments

No comments written yet.

Please login to write comment.