Color Hex Logo

#daec0f Color Hex

#DAEC0F
(218,236,15)
0 Favorites   0 Comments

Color spaces of #daec0f

RGB 21823615
HSL0.180.880.49
HSV65°94°93°
CMYK 0.080.000.94   0.07
XYZ58.995174.930811.8057
Yxy74.93080.40480.5142
Hunter Lab86.5626-29.831252.5076
CIE-Lab89.3606-27.630486.2872

#daec0f color RGB value is (218,236,15).

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

The process color (four color CMYK) of #daec0f color hex is 0.08, 0.00, 0.94, 0.07. Web safe color of #daec0f is #ccff00. Color #daec0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 00001111
Octal 332 354 17
Decimal 218 236 15
Hex DA EC F

RGB Percentages of Color #daec0f

%46.48
%50.32
%3.20

CMYK Percentages of Color #daec0f

%8
%0
%94
%7

Triadic Colors of #daec0f

#daec0f #0fdaec #ec0fda

Analogous Colors of #daec0f

#daec0f #6cec0f #ec900f

Monochromatic Colors of #daec0f

#daec0f

Complementary Color

#daec0f #210fec

#daec0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daec0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daec0f Color CSS Codes

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

#daec0f Text Font Color

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

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


#daec0f Background Color

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

This div background color is #daec0f


#daec0f Border Color

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

This div border color is #daec0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daec0f


Comments

No comments written yet.

Please login to write comment.