Color Hex Logo

#daec2f Color Hex

#DAEC2F
(218,236,47)
0 Favorites   0 Comments

Color spaces of #daec2f

RGB 21823647
HSL0.180.830.55
HSV66°80°93°
CMYK 0.080.000.80   0.07
XYZ59.422075.101614.0535
Yxy75.10160.39990.5055
Hunter Lab86.6612-29.262851.0480
CIE-Lab89.4406-26.948980.7204

#daec2f color RGB value is (218,236,47).

#daec2f hex color red value is 218, green value is 236 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #daec2f hue: 0.18 , saturation: 0.83 and the lightness value of daec2f is 0.55.

The process color (four color CMYK) of #daec2f color hex is 0.08, 0.00, 0.80, 0.07. Web safe color of #daec2f is #ccff33. Color #daec2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 00101111
Octal 332 354 57
Decimal 218 236 47
Hex DA EC 2F

RGB Percentages of Color #daec2f

%43.51
%47.11
%9.38

CMYK Percentages of Color #daec2f

%8
%0
%80
%7

Triadic Colors of #daec2f

#daec2f #2fdaec #ec2fda

Analogous Colors of #daec2f

#daec2f #7cec2f #eca02f

Monochromatic Colors of #daec2f

#daec2f

Complementary Color

#daec2f #412fec

#daec2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daec2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daec2f Color CSS Codes

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

#daec2f Text Font Color

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

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


#daec2f Background Color

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

This div background color is #daec2f


#daec2f Border Color

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

This div border color is #daec2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daec2f


Comments

No comments written yet.

Please login to write comment.