Color Hex Logo

#daec5f Color Hex

#DAEC5F
(218,236,95)
0 Favorites   0 Comments

Color spaces of #daec5f

RGB 21823695
HSL0.190.790.65
HSV68°60°93°
CMYK 0.080.000.60   0.07
XYZ60.974575.722622.2287
Yxy75.72260.38370.4765
Hunter Lab87.0187-27.206945.7676
CIE-Lab89.7304-24.506864.5292

#daec5f color RGB value is (218,236,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 01011111
Octal 332 354 137
Decimal 218 236 95
Hex DA EC 5F

RGB Percentages of Color #daec5f

%39.71
%42.99
%17.30

CMYK Percentages of Color #daec5f

%8
%0
%60
%7

Triadic Colors of #daec5f

#daec5f #5fdaec #ec5fda

Analogous Colors of #daec5f

#daec5f #94ec5f #ecb85f

Monochromatic Colors of #daec5f

#daec5f

Complementary Color

#daec5f #715fec

#daec5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daec5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daec5f Color CSS Codes

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

#daec5f Text Font Color

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

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


#daec5f Background Color

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

This div background color is #daec5f


#daec5f Border Color

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

This div border color is #daec5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daec5f


Comments

No comments written yet.

Please login to write comment.