Color Hex Logo

#daee76 Color Hex

#DAEE76
(218,238,118)
0 Favorites   0 Comments

Color spaces of #daee76

RGB 218238118
HSL0.190.780.70
HSV70°50°93°
CMYK 0.080.000.50   0.07
XYZ62.758077.362528.7643
Yxy77.36250.37160.4581
Hunter Lab87.9560-26.560342.1795
CIE-Lab90.4882-23.609155.2704

#daee76 color RGB value is (218,238,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 01110110
Octal 332 356 166
Decimal 218 238 118
Hex DA EE 76

RGB Percentages of Color #daee76

%37.98
%41.46
%20.56

CMYK Percentages of Color #daee76

%8
%0
%50
%7

Triadic Colors of #daee76

#daee76 #76daee #ee76da

Analogous Colors of #daee76

#daee76 #9eee76 #eec676

Monochromatic Colors of #daee76

#daee76

Complementary Color

#daee76 #8a76ee

#daee76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee76 Color CSS Codes

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

#daee76 Text Font Color

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

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


#daee76 Background Color

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

This div background color is #daee76


#daee76 Border Color

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

This div border color is #daee76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee76


Comments

No comments written yet.

Please login to write comment.