Color Hex Logo

#dafb6f Color Hex

#DAFB6F
(218,251,111)
0 Favorites   0 Comments

Color spaces of #dafb6f

RGB 218251111
HSL0.210.950.71
HSV74°56°98°
CMYK 0.130.000.56   0.02
XYZ66.279985.047527.9614
Yxy85.04750.36970.4744
Hunter Lab92.2212-33.098146.5782
CIE-Lab93.9036-30.333862.3643

#dafb6f color RGB value is (218,251,111).

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

The process color (four color CMYK) of #dafb6f color hex is 0.13, 0.00, 0.56, 0.02. Web safe color of #dafb6f is #ccff66. Color #dafb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 01101111
Octal 332 373 157
Decimal 218 251 111
Hex DA FB 6F

RGB Percentages of Color #dafb6f

%37.59
%43.28
%19.14

CMYK Percentages of Color #dafb6f

%13
%0
%56
%2

Triadic Colors of #dafb6f

#dafb6f #6fdafb #fb6fda

Analogous Colors of #dafb6f

#dafb6f #94fb6f #fbd66f

Monochromatic Colors of #dafb6f

#dafb6f

Complementary Color

#dafb6f #906ffb

#dafb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb6f Color CSS Codes

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

#dafb6f Text Font Color

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

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


#dafb6f Background Color

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

This div background color is #dafb6f


#dafb6f Border Color

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

This div border color is #dafb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb6f


Comments

No comments written yet.

Please login to write comment.