Color Hex Logo

#d8daea Color Hex

#D8DAEA
(216,218,234)
1 Favorites   0 Comments

Color spaces of #d8daea

RGB 216218234
HSL0.650.300.88
HSV233°92°
CMYK 0.080.070.00   0.08
XYZ68.241670.682387.8882
Yxy70.68230.30090.3116
Hunter Lab84.0728-2.2395-3.1298
CIE-Lab87.33042.3307-8.0615

#d8daea color RGB value is (216,218,234).

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

The process color (four color CMYK) of #d8daea color hex is 0.08, 0.07, 0.00, 0.08. Web safe color of #d8daea is #ccccff. Color #d8daea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011010 11101010
Octal 330 332 352
Decimal 216 218 234
Hex D8 DA EA

RGB Percentages of Color #d8daea

%32.34
%32.63
%35.03

CMYK Percentages of Color #d8daea

%8
%7
%0
%8

Triadic Colors of #d8daea

#d8daea #ead8da #daead8

Analogous Colors of #d8daea

#d8daea #dfd8ea #d8e3ea

Monochromatic Colors of #d8daea

#d8daea

Complementary Color

#d8daea #eae8d8

#d8daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8daea Color CSS Codes

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

#d8daea Text Font Color

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

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


#d8daea Background Color

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

This div background color is #d8daea


#d8daea Border Color

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

This div border color is #d8daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8daea

#d8daea Color Palettes


Comments

No comments written yet.

Please login to write comment.