Color Hex Logo

#daed78 Color Hex

#DAED78
(218,237,120)
0 Favorites   0 Comments

Color spaces of #daed78

RGB 218237120
HSL0.190.760.70
HSV70°49°93°
CMYK 0.080.000.49   0.07
XYZ62.587876.829929.3002
Yxy76.82990.37100.4554
Hunter Lab87.6527-25.935441.5376
CIE-Lab90.2433-22.947354.0561

#daed78 color RGB value is (218,237,120).

#daed78 hex color red value is 218, green value is 237 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #daed78 hue: 0.19 , saturation: 0.76 and the lightness value of daed78 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 01111000
Octal 332 355 170
Decimal 218 237 120
Hex DA ED 78

RGB Percentages of Color #daed78

%37.91
%41.22
%20.87

CMYK Percentages of Color #daed78

%8
%0
%49
%7

Triadic Colors of #daed78

#daed78 #78daed #ed78da

Analogous Colors of #daed78

#daed78 #a0ed78 #edc678

Monochromatic Colors of #daed78

#daed78

Complementary Color

#daed78 #8b78ed

#daed78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed78 Color CSS Codes

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

#daed78 Text Font Color

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

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


#daed78 Background Color

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

This div background color is #daed78


#daed78 Border Color

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

This div border color is #daed78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed78


Comments

No comments written yet.

Please login to write comment.