Color Hex Logo

#daebdd Color Hex

#DAEBDD
(218,235,221)
0 Favorites   0 Comments

Color spaces of #daebdd

RGB 218235221
HSL0.360.300.89
HSV131°92°
CMYK 0.070.000.06   0.08
XYZ71.672979.542579.9823
Yxy79.54250.31000.3440
Hunter Lab89.1866-12.62899.2595
CIE-Lab91.4792-8.17034.8516

#daebdd color RGB value is (218,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11011101
Octal 332 353 335
Decimal 218 235 221
Hex DA EB DD

RGB Percentages of Color #daebdd

%32.34
%34.87
%32.79

CMYK Percentages of Color #daebdd

%7
%0
%6
%8

Triadic Colors of #daebdd

#daebdd #dddaeb #ebddda

Analogous Colors of #daebdd

#daebdd #daebe6 #e0ebda

Monochromatic Colors of #daebdd

#daebdd

Complementary Color

#daebdd #ebdae8

#daebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebdd Color CSS Codes

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

#daebdd Text Font Color

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

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


#daebdd Background Color

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

This div background color is #daebdd


#daebdd Border Color

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

This div border color is #daebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebdd

#daebdd Color Palettes


Comments

No comments written yet.

Please login to write comment.