Color Hex Logo

#dafd00 Color Hex

#DAFD00
(218,253,0)
0 Favorites   0 Comments

Color spaces of #dafd00

RGB 2182530
HSL0.191.000.50
HSV68°100°99°
CMYK 0.140.001.00   0.01
XYZ64.038785.156013.0616
Yxy85.15600.39470.5248
Hunter Lab92.2800-37.618056.2039
CIE-Lab93.9503-35.590290.9320

#dafd00 color RGB value is (218,253,0).

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

The process color (four color CMYK) of #dafd00 color hex is 0.14, 0.00, 1.00, 0.01. Web safe color of #dafd00 is #ccff00. Color #dafd00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 00000000
Octal 332 375 0
Decimal 218 253 0
Hex DA FD 0

RGB Percentages of Color #dafd00

%46.28
%53.72
%0.00

CMYK Percentages of Color #dafd00

%14
%0
%100
%1

Triadic Colors of #dafd00

#dafd00 #00dafd #fd00da

Analogous Colors of #dafd00

#dafd00 #5bfd00 #fda200

Monochromatic Colors of #dafd00

#dafd00

Complementary Color

#dafd00 #2300fd

#dafd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafd00 Color CSS Codes

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

#dafd00 Text Font Color

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

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


#dafd00 Background Color

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

This div background color is #dafd00


#dafd00 Border Color

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

This div border color is #dafd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafd00


Comments

No comments written yet.

Please login to write comment.