Color Hex Logo

#daece3 Color Hex

#DAECE3
(218,236,227)
0 Favorites   0 Comments

Color spaces of #daece3

RGB 218236227
HSL0.420.320.89
HSV150°93°
CMYK 0.080.000.04   0.07
XYZ72.774080.442484.3644
Yxy80.44240.30630.3386
Hunter Lab89.6897-12.12257.0131
CIE-Lab91.8830-7.59212.3106

#daece3 color RGB value is (218,236,227).

#daece3 hex color red value is 218, green value is 236 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #daece3 hue: 0.42 , saturation: 0.32 and the lightness value of daece3 is 0.89.

The process color (four color CMYK) of #daece3 color hex is 0.08, 0.00, 0.04, 0.07. Web safe color of #daece3 is #ccffcc. Color #daece3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11100011
Octal 332 354 343
Decimal 218 236 227
Hex DA EC E3

RGB Percentages of Color #daece3

%32.01
%34.65
%33.33

CMYK Percentages of Color #daece3

%8
%0
%4
%7

Triadic Colors of #daece3

#daece3 #e3daec #ece3da

Analogous Colors of #daece3

#daece3 #daecec #daecda

Monochromatic Colors of #daece3

#daece3

Complementary Color

#daece3 #ecdae3

#daece3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daece3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daece3 Color CSS Codes

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

#daece3 Text Font Color

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

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


#daece3 Background Color

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

This div background color is #daece3


#daece3 Border Color

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

This div border color is #daece3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daece3


Comments

No comments written yet.

Please login to write comment.