Color Hex Logo

#daeead Color Hex

#DAEEAD
(218,238,173)
0 Favorites   0 Comments

Color spaces of #daeead

RGB 218238173
HSL0.220.660.81
HSV78°27°93°
CMYK 0.080.000.27   0.07
XYZ67.030879.071651.2646
Yxy79.07160.33960.4006
Hunter Lab88.9222-21.058128.0642
CIE-Lab91.2667-17.299729.3523

#daeead color RGB value is (218,238,173).

#daeead hex color red value is 218, green value is 238 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #daeead hue: 0.22 , saturation: 0.66 and the lightness value of daeead is 0.81.

The process color (four color CMYK) of #daeead color hex is 0.08, 0.00, 0.27, 0.07. Web safe color of #daeead is #ccff99. Color #daeead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 10101101
Octal 332 356 255
Decimal 218 238 173
Hex DA EE AD

RGB Percentages of Color #daeead

%34.66
%37.84
%27.50

CMYK Percentages of Color #daeead

%8
%0
%27
%7

Triadic Colors of #daeead

#daeead #addaee #eeadda

Analogous Colors of #daeead

#daeead #baeead #eee2ad

Monochromatic Colors of #daeead

#daeead

Complementary Color

#daeead #c1adee

#daeead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeead Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeead Color CSS Codes

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

#daeead Text Font Color

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

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


#daeead Background Color

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

This div background color is #daeead


#daeead Border Color

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

This div border color is #daeead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeead


Comments

No comments written yet.

Please login to write comment.