Color Hex Logo

#daebd8 Color Hex

#DAEBD8
(218,235,216)
0 Favorites   0 Comments

Color spaces of #daebd8

RGB 218235216
HSL0.320.320.88
HSV114°92°
CMYK 0.070.000.08   0.08
XYZ71.016479.280076.5253
Yxy79.28000.31310.3495
Hunter Lab89.0393-13.449911.3704
CIE-Lab91.3608-9.05397.2858

#daebd8 color RGB value is (218,235,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11011000
Octal 332 353 330
Decimal 218 235 216
Hex DA EB D8

RGB Percentages of Color #daebd8

%32.59
%35.13
%32.29

CMYK Percentages of Color #daebd8

%7
%0
%8
%8

Triadic Colors of #daebd8

#daebd8 #d8daeb #ebd8da

Analogous Colors of #daebd8

#daebd8 #d8ebe0 #e4ebd8

Monochromatic Colors of #daebd8

#daebd8

Complementary Color

#daebd8 #e9d8eb

#daebd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebd8 Color CSS Codes

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

#daebd8 Text Font Color

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

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


#daebd8 Background Color

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

This div background color is #daebd8


#daebd8 Border Color

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

This div border color is #daebd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebd8


Comments

No comments written yet.

Please login to write comment.