Color Hex Logo

#daecd5 Color Hex

#DAECD5
(218,236,213)
0 Favorites   0 Comments

Color spaces of #daecd5

RGB 218236213
HSL0.300.380.88
HSV107°10°93°
CMYK 0.080.000.10   0.07
XYZ70.919179.700474.5967
Yxy79.70040.31490.3539
Hunter Lab89.2751-14.433012.9509
CIE-Lab91.5503-10.07779.1190

#daecd5 color RGB value is (218,236,213).

#daecd5 hex color red value is 218, green value is 236 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #daecd5 hue: 0.30 , saturation: 0.38 and the lightness value of daecd5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11010101
Octal 332 354 325
Decimal 218 236 213
Hex DA EC D5

RGB Percentages of Color #daecd5

%32.68
%35.38
%31.93

CMYK Percentages of Color #daecd5

%8
%0
%10
%7

Triadic Colors of #daecd5

#daecd5 #d5daec #ecd5da

Analogous Colors of #daecd5

#daecd5 #d5ecdc #e6ecd5

Monochromatic Colors of #daecd5

#daecd5

Complementary Color

#daecd5 #e7d5ec

#daecd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecd5 Color CSS Codes

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

#daecd5 Text Font Color

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

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


#daecd5 Background Color

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

This div background color is #daecd5


#daecd5 Border Color

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

This div border color is #daecd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecd5


Comments

No comments written yet.

Please login to write comment.