Color Hex Logo

#daf76f Color Hex

#DAF76F
(218,247,111)
0 Favorites   0 Comments

Color spaces of #daf76f

RGB 218247111
HSL0.200.890.70
HSV73°55°97°
CMYK 0.120.000.55   0.03
XYZ65.043482.574727.5493
Yxy82.57470.37130.4714
Hunter Lab90.8706-31.256845.6345
CIE-Lab92.8279-28.471961.1374

#daf76f color RGB value is (218,247,111).

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

The process color (four color CMYK) of #daf76f color hex is 0.12, 0.00, 0.55, 0.03. Web safe color of #daf76f is #ccff66. Color #daf76f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 01101111
Octal 332 367 157
Decimal 218 247 111
Hex DA F7 6F

RGB Percentages of Color #daf76f

%37.85
%42.88
%19.27

CMYK Percentages of Color #daf76f

%12
%0
%55
%3

Triadic Colors of #daf76f

#daf76f #6fdaf7 #f76fda

Analogous Colors of #daf76f

#daf76f #96f76f #f7d06f

Monochromatic Colors of #daf76f

#daf76f

Complementary Color

#daf76f #8c6ff7

#daf76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf76f Color CSS Codes

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

#daf76f Text Font Color

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

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


#daf76f Background Color

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

This div background color is #daf76f


#daf76f Border Color

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

This div border color is #daf76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf76f


Comments

No comments written yet.

Please login to write comment.