Color Hex Logo

#daee6e Color Hex

#DAEE6E
(218,238,110)
0 Favorites   0 Comments

Color spaces of #daee6e

RGB 218238110
HSL0.190.790.68
HSV69°54°93°
CMYK 0.080.000.54   0.07
XYZ62.302577.180326.3654
Yxy77.18030.37570.4654
Hunter Lab87.8523-27.154243.7031
CIE-Lab90.4045-24.304458.7977

#daee6e color RGB value is (218,238,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 01101110
Octal 332 356 156
Decimal 218 238 110
Hex DA EE 6E

RGB Percentages of Color #daee6e

%38.52
%42.05
%19.43

CMYK Percentages of Color #daee6e

%8
%0
%54
%7

Triadic Colors of #daee6e

#daee6e #6edaee #ee6eda

Analogous Colors of #daee6e

#daee6e #9aee6e #eec26e

Monochromatic Colors of #daee6e

#daee6e

Complementary Color

#daee6e #826eee

#daee6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee6e Color CSS Codes

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

#daee6e Text Font Color

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

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


#daee6e Background Color

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

This div background color is #daee6e


#daee6e Border Color

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

This div border color is #daee6e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,238,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #daee6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee6e


Comments

No comments written yet.

Please login to write comment.