Color Hex Logo

#dafe64 Color Hex

#DAFE64
(218,254,100)
0 Favorites   0 Comments

Color spaces of #dafe64

RGB 218254100
HSL0.210.990.69
HSV74°61°100°
CMYK 0.140.000.61   0.00
XYZ66.655586.709125.2800
Yxy86.70910.37310.4854
Hunter Lab93.1177-35.182249.0861
CIE-Lab94.6147-32.563067.7913

#dafe64 color RGB value is (218,254,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01100100
Octal 332 376 144
Decimal 218 254 100
Hex DA FE 64

RGB Percentages of Color #dafe64

%38.11
%44.41
%17.48

CMYK Percentages of Color #dafe64

%14
%0
%61
%0

Triadic Colors of #dafe64

#dafe64 #64dafe #fe64da

Analogous Colors of #dafe64

#dafe64 #8dfe64 #fed564

Monochromatic Colors of #dafe64

#dafe64

Complementary Color

#dafe64 #8864fe

#dafe64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe64 Color CSS Codes

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

#dafe64 Text Font Color

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

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


#dafe64 Background Color

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

This div background color is #dafe64


#dafe64 Border Color

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

This div border color is #dafe64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,254,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 #dafe64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe64


Comments

No comments written yet.

Please login to write comment.