Color Hex Logo

#daea78 Color Hex

#DAEA78
(218,234,120)
0 Favorites   0 Comments

Color spaces of #daea78

RGB 218234120
HSL0.190.730.69
HSV68°49°92°
CMYK 0.070.000.49   0.08
XYZ61.726475.107129.0131
Yxy75.10710.37220.4529
Hunter Lab86.6644-24.526640.8162
CIE-Lab89.4431-21.503353.0997

#daea78 color RGB value is (218,234,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 01111000
Octal 332 352 170
Decimal 218 234 120
Hex DA EA 78

RGB Percentages of Color #daea78

%38.11
%40.91
%20.98

CMYK Percentages of Color #daea78

%7
%0
%49
%8

Triadic Colors of #daea78

#daea78 #78daea #ea78da

Analogous Colors of #daea78

#daea78 #a1ea78 #eac178

Monochromatic Colors of #daea78

#daea78

Complementary Color

#daea78 #8878ea

#daea78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea78 Color CSS Codes

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

#daea78 Text Font Color

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

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


#daea78 Background Color

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

This div background color is #daea78


#daea78 Border Color

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

This div border color is #daea78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,234,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 #daea78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea78


Comments

No comments written yet.

Please login to write comment.