Color Hex Logo

#daff02 Color Hex

#DAFF02
(218,255,2)
0 Favorites   0 Comments

Color spaces of #daff02

RGB 2182552
HSL0.191.000.50
HSV69°99°100°
CMYK 0.150.000.99   0.00
XYZ64.684486.429813.3308
Yxy86.42980.39330.5256
Hunter Lab92.9676-38.497856.5756
CIE-Lab94.4958-36.473291.1995

#daff02 color RGB value is (218,255,2).

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

The process color (four color CMYK) of #daff02 color hex is 0.15, 0.00, 0.99, 0.00. Web safe color of #daff02 is #ccff00. Color #daff02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 00000010
Octal 332 377 2
Decimal 218 255 2
Hex DA FF 2

RGB Percentages of Color #daff02

%45.89
%53.68
%0.42

CMYK Percentages of Color #daff02

%15
%0
%99
%0

Triadic Colors of #daff02

#daff02 #02daff #ff02da

Analogous Colors of #daff02

#daff02 #5cff02 #ffa602

Monochromatic Colors of #daff02

#daff02

Complementary Color

#daff02 #2702ff

#daff02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff02 Color CSS Codes

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

#daff02 Text Font Color

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

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


#daff02 Background Color

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

This div background color is #daff02


#daff02 Border Color

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

This div border color is #daff02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff02

Related Colors

#daff02 Color Palettes


Comments

No comments written yet.

Please login to write comment.