Color Hex Logo

#daf06f Color Hex

#DAF06F
(218,240,111)
0 Favorites   0 Comments

Color spaces of #daf06f

RGB 218240111
HSL0.200.810.69
HSV70°54°94°
CMYK 0.090.000.54   0.06
XYZ62.942878.373326.8491
Yxy78.37330.37430.4660
Hunter Lab88.5287-28.013943.9885
CIE-Lab90.9500-25.172658.9804

#daf06f color RGB value is (218,240,111).

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

The process color (four color CMYK) of #daf06f color hex is 0.09, 0.00, 0.54, 0.06. Web safe color of #daf06f is #ccff66. Color #daf06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 01101111
Octal 332 360 157
Decimal 218 240 111
Hex DA F0 6F

RGB Percentages of Color #daf06f

%38.31
%42.18
%19.51

CMYK Percentages of Color #daf06f

%9
%0
%54
%6

Triadic Colors of #daf06f

#daf06f #6fdaf0 #f06fda

Analogous Colors of #daf06f

#daf06f #9af06f #f0c66f

Monochromatic Colors of #daf06f

#daf06f

Complementary Color

#daf06f #856ff0

#daf06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf06f Color CSS Codes

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

#daf06f Text Font Color

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

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


#daf06f Background Color

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

This div background color is #daf06f


#daf06f Border Color

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

This div border color is #daf06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf06f


Comments

No comments written yet.

Please login to write comment.