Color Hex Logo

#daec6f Color Hex

#DAEC6F
(218,236,111)
0 Favorites   0 Comments

Color spaces of #daec6f

RGB 218236111
HSL0.190.770.68
HSV69°53°93°
CMYK 0.080.000.53   0.07
XYZ61.778176.044026.4608
Yxy76.04400.37600.4629
Hunter Lab87.2032-26.149443.0514
CIE-Lab89.8798-23.264557.7428

#daec6f color RGB value is (218,236,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 01101111
Octal 332 354 157
Decimal 218 236 111
Hex DA EC 6F

RGB Percentages of Color #daec6f

%38.58
%41.77
%19.65

CMYK Percentages of Color #daec6f

%8
%0
%53
%7

Triadic Colors of #daec6f

#daec6f #6fdaec #ec6fda

Analogous Colors of #daec6f

#daec6f #9cec6f #ecc06f

Monochromatic Colors of #daec6f

#daec6f

Complementary Color

#daec6f #816fec

#daec6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daec6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daec6f Color CSS Codes

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

#daec6f Text Font Color

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

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


#daec6f Background Color

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

This div background color is #daec6f


#daec6f Border Color

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

This div border color is #daec6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daec6f


Comments

No comments written yet.

Please login to write comment.