Color Hex Logo

#daef6f Color Hex

#DAEF6F
(218,239,111)
0 Favorites   0 Comments

Color spaces of #daef6f

RGB 218239111
HSL0.190.800.69
HSV70°54°94°
CMYK 0.090.000.54   0.06
XYZ62.649277.786126.7512
Yxy77.78610.37470.4653
Hunter Lab88.1964-27.548643.7540
CIE-Lab90.6822-24.697158.6714

#daef6f color RGB value is (218,239,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 01101111
Octal 332 357 157
Decimal 218 239 111
Hex DA EF 6F

RGB Percentages of Color #daef6f

%38.38
%42.08
%19.54

CMYK Percentages of Color #daef6f

%9
%0
%54
%6

Triadic Colors of #daef6f

#daef6f #6fdaef #ef6fda

Analogous Colors of #daef6f

#daef6f #9aef6f #efc46f

Monochromatic Colors of #daef6f

#daef6f

Complementary Color

#daef6f #846fef

#daef6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef6f Color CSS Codes

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

#daef6f Text Font Color

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

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


#daef6f Background Color

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

This div background color is #daef6f


#daef6f Border Color

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

This div border color is #daef6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef6f


Comments

No comments written yet.

Please login to write comment.