Color Hex Logo

#d8cadb Color Hex

#D8CADB
(216,202,219)
0 Favorites   0 Comments

Color spaces of #d8cadb

RGB 216202219
HSL0.800.190.83
HSV289°86°
CMYK 0.010.080.00   0.14
XYZ62.225661.954575.6966
Yxy61.95450.31130.3100
Hunter Lab78.71123.3697-1.9214
CIE-Lab82.88927.9105-6.6762

#d8cadb color RGB value is (216,202,219).

#d8cadb hex color red value is 216, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d8cadb hue: 0.80 , saturation: 0.19 and the lightness value of d8cadb is 0.83.

The process color (four color CMYK) of #d8cadb color hex is 0.01, 0.08, 0.00, 0.14. Web safe color of #d8cadb is #cccccc. Color #d8cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001010 11011011
Octal 330 312 333
Decimal 216 202 219
Hex D8 CA DB

RGB Percentages of Color #d8cadb

%33.91
%31.71
%34.38

CMYK Percentages of Color #d8cadb

%1
%8
%0
%14

Triadic Colors of #d8cadb

#d8cadb #dbd8ca #cadbd8

Analogous Colors of #d8cadb

#d8cadb #dbcad6 #d0cadb

Monochromatic Colors of #d8cadb

#d8cadb

Complementary Color

#d8cadb #cddbca

#d8cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cadb Color CSS Codes

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

#d8cadb Text Font Color

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

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


#d8cadb Background Color

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

This div background color is #d8cadb


#d8cadb Border Color

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

This div border color is #d8cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cadb


Comments

No comments written yet.

Please login to write comment.