Color Hex Logo

#d5cad8 Color Hex

#D5CAD8
(213,202,216)
0 Favorites   0 Comments

Color spaces of #d5cad8

RGB 213202216
HSL0.800.150.82
HSV287°85°
CMYK 0.010.060.00   0.15
XYZ60.955861.345173.5938
Yxy61.34510.31120.3132
Hunter Lab78.32311.8541-0.8838
CIE-Lab82.56396.3391-5.5810

#d5cad8 color RGB value is (213,202,216).

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

The process color (four color CMYK) of #d5cad8 color hex is 0.01, 0.06, 0.00, 0.15. Web safe color of #d5cad8 is #cccccc. Color #d5cad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001010 11011000
Octal 325 312 330
Decimal 213 202 216
Hex D5 CA D8

RGB Percentages of Color #d5cad8

%33.76
%32.01
%34.23

CMYK Percentages of Color #d5cad8

%1
%6
%0
%15

Triadic Colors of #d5cad8

#d5cad8 #d8d5ca #cad8d5

Analogous Colors of #d5cad8

#d5cad8 #d8cad4 #cecad8

Monochromatic Colors of #d5cad8

#d5cad8

Complementary Color

#d5cad8 #cdd8ca

#d5cad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cad8 Color CSS Codes

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

#d5cad8 Text Font Color

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

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


#d5cad8 Background Color

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

This div background color is #d5cad8


#d5cad8 Border Color

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

This div border color is #d5cad8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,202,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 #d5cad8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cad8


Comments

No comments written yet.

Please login to write comment.