Color Hex Logo

#dafd6d Color Hex

#DAFD6D
(218,253,109)
0 Favorites   0 Comments

Color spaces of #dafd6d

RGB 218253109
HSL0.210.970.71
HSV75°57°99°
CMYK 0.140.000.57   0.01
XYZ66.799086.260127.5972
Yxy86.26010.36980.4775
Hunter Lab92.8763-34.151847.3960
CIE-Lab94.4234-31.420163.8150

#dafd6d color RGB value is (218,253,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 01101101
Octal 332 375 155
Decimal 218 253 109
Hex DA FD 6D

RGB Percentages of Color #dafd6d

%37.59
%43.62
%18.79

CMYK Percentages of Color #dafd6d

%14
%0
%57
%1

Triadic Colors of #dafd6d

#dafd6d #6ddafd #fd6dda

Analogous Colors of #dafd6d

#dafd6d #92fd6d #fdd86d

Monochromatic Colors of #dafd6d

#dafd6d

Complementary Color

#dafd6d #906dfd

#dafd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafd6d Color CSS Codes

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

#dafd6d Text Font Color

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

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


#dafd6d Background Color

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

This div background color is #dafd6d


#dafd6d Border Color

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

This div border color is #dafd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafd6d

Related Colors


Comments

No comments written yet.

Please login to write comment.