color codes Logo

#daff1e color codes

#DAFF1E
(218,255,30)
0 Favorites   0 Comments

Color spaces of #daff1e

RGB 21825530
HSL0.191.000.56
HSV70°88°100°
CMYK 0.150.000.88   0.00
XYZ64.907886.519214.5072
Yxy86.51920.39120.5214
Hunter Lab93.0157-38.217455.8638
CIE-Lab94.5339-36.131688.4258

#daff1e color RGB value is (218,255,30).

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

The process color (four color CMYK) of #daff1e color code is 0.15, 0.00, 0.88, 0.00. Web safe color of #daff1e is #ccff33. Color #daff1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 00011110
Octal 332 377 36
Decimal 218 255 30
Hex DA FF 1E

RGB Percentages of Color #daff1e

%43.34
%50.70
%5.96

CMYK Percentages of Color #daff1e

%15
%0
%88
%0

Triadic Colors of #daff1e

#daff1e #1edaff #ff1eda

Analogous Colors of #daff1e

#daff1e #6aff1e #ffb41e

Monochromatic Colors of #daff1e

#daff1e

Complementary Color

#daff1e #431eff

#daff1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff1e Color CSS Codes

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

#daff1e Text Font Color

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

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


#daff1e Background Color

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

This div background color is #daff1e


#daff1e Border Color

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

This div border color is #daff1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff1e

Related Colors


Comments

No comments written yet.

Please login to write comment.