Color Hex Logo

#daee6f Color Hex

#DAEE6F
(218,238,111)
0 Favorites   0 Comments

Color spaces of #daee6f

RGB 218238111
HSL0.190.790.68
HSV69°53°93°
CMYK 0.080.000.53   0.07
XYZ62.357277.202226.6539
Yxy77.20220.37520.4645
Hunter Lab87.8648-27.082843.5196
CIE-Lab90.4146-24.220758.3620

#daee6f color RGB value is (218,238,111).

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

The process color (four color CMYK) of #daee6f color hex is 0.08, 0.00, 0.53, 0.07. Web safe color of #daee6f is #ccff66. Color #daee6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 01101111
Octal 332 356 157
Decimal 218 238 111
Hex DA EE 6F

RGB Percentages of Color #daee6f

%38.45
%41.98
%19.58

CMYK Percentages of Color #daee6f

%8
%0
%53
%7

Triadic Colors of #daee6f

#daee6f #6fdaee #ee6fda

Analogous Colors of #daee6f

#daee6f #9bee6f #eec36f

Monochromatic Colors of #daee6f

#daee6f

Complementary Color

#daee6f #836fee

#daee6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee6f Color CSS Codes

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

#daee6f Text Font Color

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

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


#daee6f Background Color

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

This div background color is #daee6f


#daee6f Border Color

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

This div border color is #daee6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee6f


Comments

No comments written yet.

Please login to write comment.