Color Hex Logo

#dafe51 Color Hex

#DAFE51
(218,254,81)
0 Favorites   0 Comments

Color spaces of #dafe51

RGB 21825481
HSL0.200.990.66
HSV72°68°100°
CMYK 0.140.000.68   0.00
XYZ65.840586.383120.9880
Yxy86.38310.38010.4987
Hunter Lab92.9425-36.199951.6711
CIE-Lab94.4759-33.782774.9442

#dafe51 color RGB value is (218,254,81).

#dafe51 hex color red value is 218, green value is 254 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dafe51 hue: 0.20 , saturation: 0.99 and the lightness value of dafe51 is 0.66.

The process color (four color CMYK) of #dafe51 color hex is 0.14, 0.00, 0.68, 0.00. Web safe color of #dafe51 is #ccff66. Color #dafe51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01010001
Octal 332 376 121
Decimal 218 254 81
Hex DA FE 51

RGB Percentages of Color #dafe51

%39.42
%45.93
%14.65

CMYK Percentages of Color #dafe51

%14
%0
%68
%0

Triadic Colors of #dafe51

#dafe51 #51dafe #fe51da

Analogous Colors of #dafe51

#dafe51 #84fe51 #fecc51

Monochromatic Colors of #dafe51

#dafe51

Complementary Color

#dafe51 #7551fe

#dafe51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe51 Color CSS Codes

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

#dafe51 Text Font Color

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

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


#dafe51 Background Color

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

This div background color is #dafe51


#dafe51 Border Color

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

This div border color is #dafe51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe51

Related Colors


Comments

No comments written yet.

Please login to write comment.