Color Hex Logo

#daed19 Color Hex

#DAED19
(218,237,25)
0 Favorites   0 Comments

Color spaces of #daed19

RGB 21823725
HSL0.180.850.51
HSV65°89°93°
CMYK 0.080.000.89   0.07
XYZ59.373175.544012.3719
Yxy75.54400.40310.5129
Hunter Lab86.9161-30.168252.4017
CIE-Lab89.6472-27.956985.2805

#daed19 color RGB value is (218,237,25).

#daed19 hex color red value is 218, green value is 237 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #daed19 hue: 0.18 , saturation: 0.85 and the lightness value of daed19 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00011001
Octal 332 355 31
Decimal 218 237 25
Hex DA ED 19

RGB Percentages of Color #daed19

%45.42
%49.38
%5.21

CMYK Percentages of Color #daed19

%8
%0
%89
%7

Triadic Colors of #daed19

#daed19 #19daed #ed19da

Analogous Colors of #daed19

#daed19 #70ed19 #ed9619

Monochromatic Colors of #daed19

#daed19

Complementary Color

#daed19 #2c19ed

#daed19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed19 Color CSS Codes

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

#daed19 Text Font Color

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

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


#daed19 Background Color

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

This div background color is #daed19


#daed19 Border Color

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

This div border color is #daed19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed19


Comments

No comments written yet.

Please login to write comment.