Color Hex Logo

#daeeac Color Hex

#DAEEAC
(218,238,172)
0 Favorites   0 Comments

Color spaces of #daeeac

RGB 218238172
HSL0.220.660.80
HSV78°28°93°
CMYK 0.080.000.28   0.07
XYZ66.934479.033150.7568
Yxy79.03310.34020.4017
Hunter Lab88.9006-21.181028.3794
CIE-Lab91.2493-17.438129.8377

#daeeac color RGB value is (218,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 10101100
Octal 332 356 254
Decimal 218 238 172
Hex DA EE AC

RGB Percentages of Color #daeeac

%34.71
%37.90
%27.39

CMYK Percentages of Color #daeeac

%8
%0
%28
%7

Triadic Colors of #daeeac

#daeeac #acdaee #eeacda

Analogous Colors of #daeeac

#daeeac #b9eeac #eee1ac

Monochromatic Colors of #daeeac

#daeeac

Complementary Color

#daeeac #c0acee

#daeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeeac Color CSS Codes

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

#daeeac Text Font Color

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

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


#daeeac Background Color

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

This div background color is #daeeac


#daeeac Border Color

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

This div border color is #daeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeeac


Comments

No comments written yet.

Please login to write comment.