Color Hex Logo

#daece1 Color Hex

#DAECE1
(218,236,225)
0 Favorites   0 Comments

Color spaces of #daece1

RGB 218236225
HSL0.400.320.89
HSV143°93°
CMYK 0.080.000.05   0.07
XYZ72.499580.332682.9188
Yxy80.33260.30750.3408
Hunter Lab89.6285-12.46317.8884
CIE-Lab91.8339-7.95623.2812

#daece1 color RGB value is (218,236,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11100001
Octal 332 354 341
Decimal 218 236 225
Hex DA EC E1

RGB Percentages of Color #daece1

%32.11
%34.76
%33.14

CMYK Percentages of Color #daece1

%8
%0
%5
%7

Triadic Colors of #daece1

#daece1 #e1daec #ece1da

Analogous Colors of #daece1

#daece1 #daecea #dcecda

Monochromatic Colors of #daece1

#daece1

Complementary Color

#daece1 #ecdae5

#daece1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daece1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daece1 Color CSS Codes

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

#daece1 Text Font Color

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

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


#daece1 Background Color

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

This div background color is #daece1


#daece1 Border Color

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

This div border color is #daece1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daece1


Comments

No comments written yet.

Please login to write comment.