Color Hex Logo

#daff2d Color Hex

#DAFF2D
(218,255,45)
0 Favorites   0 Comments

Color spaces of #daff2d

RGB 21825545
HSL0.201.000.59
HSV71°82°100°
CMYK 0.150.000.82   0.00
XYZ65.147186.614915.7674
Yxy86.61490.38890.5170
Hunter Lab93.0671-37.917355.1021
CIE-Lab94.5746-35.766885.6200

#daff2d color RGB value is (218,255,45).

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

The process color (four color CMYK) of #daff2d color hex is 0.15, 0.00, 0.82, 0.00. Web safe color of #daff2d is #ccff33. Color #daff2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 00101101
Octal 332 377 55
Decimal 218 255 45
Hex DA FF 2D

RGB Percentages of Color #daff2d

%42.08
%49.23
%8.69

CMYK Percentages of Color #daff2d

%15
%0
%82
%0

Triadic Colors of #daff2d

#daff2d #2ddaff #ff2dda

Analogous Colors of #daff2d

#daff2d #71ff2d #ffbb2d

Monochromatic Colors of #daff2d

#daff2d

Complementary Color

#daff2d #522dff

#daff2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff2d Color CSS Codes

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

#daff2d Text Font Color

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

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


#daff2d Background Color

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

This div background color is #daff2d


#daff2d Border Color

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

This div border color is #daff2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff2d

Related Colors


Comments

No comments written yet.

Please login to write comment.