Color Hex Logo

#d8cadc Color Hex

#D8CADC
(216,202,220)
0 Favorites   0 Comments

Color spaces of #d8cadc

RGB 216202220
HSL0.800.200.83
HSV287°86°
CMYK 0.020.080.00   0.14
XYZ62.357762.007376.3921
Yxy62.00730.31060.3089
Hunter Lab78.74473.5504-2.3973
CIE-Lab82.91738.0964-7.1688

#d8cadc color RGB value is (216,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001010 11011100
Octal 330 312 334
Decimal 216 202 220
Hex D8 CA DC

RGB Percentages of Color #d8cadc

%33.86
%31.66
%34.48

CMYK Percentages of Color #d8cadc

%2
%8
%0
%14

Triadic Colors of #d8cadc

#d8cadc #dcd8ca #cadcd8

Analogous Colors of #d8cadc

#d8cadc #dccad7 #cfcadc

Monochromatic Colors of #d8cadc

#d8cadc

Complementary Color

#d8cadc #cedcca

#d8cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cadc Color CSS Codes

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

#d8cadc Text Font Color

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

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


#d8cadc Background Color

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

This div background color is #d8cadc


#d8cadc Border Color

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

This div border color is #d8cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cadc


Comments

No comments written yet.

Please login to write comment.