Color Hex Logo

#daece0 Color Hex

#DAECE0
(218,236,224)
0 Favorites   0 Comments

Color spaces of #daece0

RGB 218236224
HSL0.390.320.89
HSV140°93°
CMYK 0.080.000.05   0.07
XYZ72.363480.278182.2023
Yxy80.27810.30810.3418
Hunter Lab89.5980-12.63208.3226
CIE-Lab91.8095-8.13723.7667

#daece0 color RGB value is (218,236,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11100000
Octal 332 354 340
Decimal 218 236 224
Hex DA EC E0

RGB Percentages of Color #daece0

%32.15
%34.81
%33.04

CMYK Percentages of Color #daece0

%8
%0
%5
%7

Triadic Colors of #daece0

#daece0 #e0daec #ece0da

Analogous Colors of #daece0

#daece0 #daece9 #ddecda

Monochromatic Colors of #daece0

#daece0

Complementary Color

#daece0 #ecdae6

#daece0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daece0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daece0 Color CSS Codes

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

#daece0 Text Font Color

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

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


#daece0 Background Color

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

This div background color is #daece0


#daece0 Border Color

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

This div border color is #daece0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daece0


Comments

No comments written yet.

Please login to write comment.