Color Hex Logo

#dafd64 Color Hex

#DAFD64
(218,253,100)
0 Favorites   0 Comments

Color spaces of #dafd64

RGB 218253100
HSL0.200.970.69
HSV74°60°99°
CMYK 0.140.000.60   0.01
XYZ66.339086.076125.1745
Yxy86.07610.37360.4847
Hunter Lab92.7772-34.726348.8561
CIE-Lab94.3449-32.104267.4973

#dafd64 color RGB value is (218,253,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 01100100
Octal 332 375 144
Decimal 218 253 100
Hex DA FD 64

RGB Percentages of Color #dafd64

%38.18
%44.31
%17.51

CMYK Percentages of Color #dafd64

%14
%0
%60
%1

Triadic Colors of #dafd64

#dafd64 #64dafd #fd64da

Analogous Colors of #dafd64

#dafd64 #8efd64 #fdd464

Monochromatic Colors of #dafd64

#dafd64

Complementary Color

#dafd64 #8764fd

#dafd64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafd64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafd64 Color CSS Codes

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

#dafd64 Text Font Color

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

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


#dafd64 Background Color

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

This div background color is #dafd64


#dafd64 Border Color

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

This div border color is #dafd64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafd64


Comments

No comments written yet.

Please login to write comment.