Color Hex Logo

#daf46f Color Hex

#DAF46F
(218,244,111)
0 Favorites   0 Comments

Color spaces of #daf46f

RGB 218244111
HSL0.200.860.70
HSV72°55°96°
CMYK 0.110.000.55   0.04
XYZ64.133480.754527.2459
Yxy80.75450.37260.4691
Hunter Lab89.8635-29.870044.9282
CIE-Lab92.0223-27.064060.2145

#daf46f color RGB value is (218,244,111).

#daf46f hex color red value is 218, green value is 244 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #daf46f hue: 0.20 , saturation: 0.86 and the lightness value of daf46f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 01101111
Octal 332 364 157
Decimal 218 244 111
Hex DA F4 6F

RGB Percentages of Color #daf46f

%38.05
%42.58
%19.37

CMYK Percentages of Color #daf46f

%11
%0
%55
%4

Triadic Colors of #daf46f

#daf46f #6fdaf4 #f46fda

Analogous Colors of #daf46f

#daf46f #98f46f #f4cc6f

Monochromatic Colors of #daf46f

#daf46f

Complementary Color

#daf46f #896ff4

#daf46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf46f Color CSS Codes

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

#daf46f Text Font Color

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

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


#daf46f Background Color

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

This div background color is #daf46f


#daf46f Border Color

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

This div border color is #daf46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf46f


Comments

No comments written yet.

Please login to write comment.