Color Hex Logo

#daebd6 Color Hex

#DAEBD6
(218,235,214)
0 Favorites   0 Comments

Color spaces of #daebd6

RGB 218235214
HSL0.300.340.88
HSV109°92°
CMYK 0.070.000.09   0.08
XYZ70.759479.177175.1716
Yxy79.17710.31430.3517
Hunter Lab88.9815-13.771812.1989
CIE-Lab91.3144-9.40158.2605

#daebd6 color RGB value is (218,235,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11010110
Octal 332 353 326
Decimal 218 235 214
Hex DA EB D6

RGB Percentages of Color #daebd6

%32.68
%35.23
%32.08

CMYK Percentages of Color #daebd6

%7
%0
%9
%8

Triadic Colors of #daebd6

#daebd6 #d6daeb #ebd6da

Analogous Colors of #daebd6

#daebd6 #d6ebdd #e5ebd6

Monochromatic Colors of #daebd6

#daebd6

Complementary Color

#daebd6 #e7d6eb

#daebd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebd6 Color CSS Codes

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

#daebd6 Text Font Color

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

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


#daebd6 Background Color

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

This div background color is #daebd6


#daebd6 Border Color

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

This div border color is #daebd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebd6


Comments

No comments written yet.

Please login to write comment.