Color Hex Logo

#dafd63 Color Hex

#DAFD63
(218,253,99)
0 Favorites   0 Comments

Color spaces of #dafd63

RGB 21825399
HSL0.200.970.69
HSV74°61°99°
CMYK 0.140.000.61   0.01
XYZ66.290986.056824.9211
Yxy86.05680.37400.4855
Hunter Lab92.7668-34.786349.0090
CIE-Lab94.3366-32.175867.8964

#dafd63 color RGB value is (218,253,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 01100011
Octal 332 375 143
Decimal 218 253 99
Hex DA FD 63

RGB Percentages of Color #dafd63

%38.25
%44.39
%17.37

CMYK Percentages of Color #dafd63

%14
%0
%61
%1

Triadic Colors of #dafd63

#dafd63 #63dafd #fd63da

Analogous Colors of #dafd63

#dafd63 #8dfd63 #fdd363

Monochromatic Colors of #dafd63

#dafd63

Complementary Color

#dafd63 #8663fd

#dafd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafd63 Color CSS Codes

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

#dafd63 Text Font Color

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

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


#dafd63 Background Color

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

This div background color is #dafd63


#dafd63 Border Color

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

This div border color is #dafd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafd63


Comments

No comments written yet.

Please login to write comment.