Color Hex Logo

#daf66a Color Hex

#DAF66A
(218,246,106)
0 Favorites   0 Comments

Color spaces of #daf66a

RGB 218246106
HSL0.200.890.69
HSV72°57°96°
CMYK 0.110.000.57   0.04
XYZ64.470781.857626.0378
Yxy81.85760.37400.4749
Hunter Lab90.4752-31.136346.2696
CIE-Lab92.5120-28.407062.9497

#daf66a color RGB value is (218,246,106).

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

The process color (four color CMYK) of #daf66a color hex is 0.11, 0.00, 0.57, 0.04. Web safe color of #daf66a is #ccff66. Color #daf66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 01101010
Octal 332 366 152
Decimal 218 246 106
Hex DA F6 6A

RGB Percentages of Color #daf66a

%38.25
%43.16
%18.60

CMYK Percentages of Color #daf66a

%11
%0
%57
%4

Triadic Colors of #daf66a

#daf66a #6adaf6 #f66ada

Analogous Colors of #daf66a

#daf66a #94f66a #f6cc6a

Monochromatic Colors of #daf66a

#daf66a

Complementary Color

#daf66a #866af6

#daf66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf66a Color CSS Codes

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

#daf66a Text Font Color

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

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


#daf66a Background Color

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

This div background color is #daf66a


#daf66a Border Color

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

This div border color is #daf66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf66a


Comments

No comments written yet.

Please login to write comment.