Color Hex Logo

#dafc6d Color Hex

#DAFC6D
(218,252,109)
0 Favorites   0 Comments

Color spaces of #dafc6d

RGB 218252109
HSL0.210.960.71
HSV74°57°99°
CMYK 0.130.000.57   0.01
XYZ66.484285.630427.4922
Yxy85.63040.37020.4768
Hunter Lab92.5367-33.693647.1609
CIE-Lab94.1541-30.958563.5113

#dafc6d color RGB value is (218,252,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 01101101
Octal 332 374 155
Decimal 218 252 109
Hex DA FC 6D

RGB Percentages of Color #dafc6d

%37.65
%43.52
%18.83

CMYK Percentages of Color #dafc6d

%13
%0
%57
%1

Triadic Colors of #dafc6d

#dafc6d #6ddafc #fc6dda

Analogous Colors of #dafc6d

#dafc6d #93fc6d #fcd76d

Monochromatic Colors of #dafc6d

#dafc6d

Complementary Color

#dafc6d #8f6dfc

#dafc6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafc6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafc6d Color CSS Codes

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

#dafc6d Text Font Color

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

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


#dafc6d Background Color

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

This div background color is #dafc6d


#dafc6d Border Color

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

This div border color is #dafc6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafc6d

Related Colors


Comments

No comments written yet.

Please login to write comment.