Color Hex Logo

#daff64 Color Hex

#DAFF64
(218,255,100)
0 Favorites   0 Comments

Color spaces of #daff64

RGB 218255100
HSL0.211.000.70
HSV74°61°100°
CMYK 0.150.000.61   0.00
XYZ66.973787.345525.3861
Yxy87.34550.37270.4860
Hunter Lab93.4588-35.637749.3163
CIE-Lab94.8847-33.020968.0850

#daff64 color RGB value is (218,255,100).

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

The process color (four color CMYK) of #daff64 color hex is 0.15, 0.00, 0.61, 0.00. Web safe color of #daff64 is #ccff66. Color #daff64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01100100
Octal 332 377 144
Decimal 218 255 100
Hex DA FF 64

RGB Percentages of Color #daff64

%38.05
%44.50
%17.45

CMYK Percentages of Color #daff64

%15
%0
%61
%0

Triadic Colors of #daff64

#daff64 #64daff #ff64da

Analogous Colors of #daff64

#daff64 #8dff64 #ffd764

Monochromatic Colors of #daff64

#daff64

Complementary Color

#daff64 #8964ff

#daff64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff64 Color CSS Codes

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

#daff64 Text Font Color

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

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


#daff64 Background Color

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

This div background color is #daff64


#daff64 Border Color

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

This div border color is #daff64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff64


Comments

No comments written yet.

Please login to write comment.