Color Hex Logo

#daff06 Color Hex

#DAFF06
(218,255,6)
0 Favorites   0 Comments

Color spaces of #daff06

RGB 2182556
HSL0.191.000.51
HSV69°98°100°
CMYK 0.150.000.98   0.00
XYZ64.706386.438613.4462
Yxy86.43860.39310.5252
Hunter Lab92.9724-38.470456.5058
CIE-Lab94.4996-36.439790.9202

#daff06 color RGB value is (218,255,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 00000110
Octal 332 377 6
Decimal 218 255 6
Hex DA FF 6

RGB Percentages of Color #daff06

%45.51
%53.24
%1.25

CMYK Percentages of Color #daff06

%15
%0
%98
%0

Triadic Colors of #daff06

#daff06 #06daff #ff06da

Analogous Colors of #daff06

#daff06 #5eff06 #ffa806

Monochromatic Colors of #daff06

#daff06

Complementary Color

#daff06 #2b06ff

#daff06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff06 Color CSS Codes

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

#daff06 Text Font Color

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

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


#daff06 Background Color

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

This div background color is #daff06


#daff06 Border Color

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

This div border color is #daff06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff06


Comments

No comments written yet.

Please login to write comment.