Color Hex Logo

#d5cacc Color Hex

#D5CACC
(213,202,204)
0 Favorites   0 Comments

Color spaces of #d5cacc

RGB 213202204
HSL0.970.120.81
HSV349°84°
CMYK 0.000.050.04   0.16
XYZ59.460260.746865.7182
Yxy60.74680.31980.3267
Hunter Lab77.9402-0.21874.5656
CIE-Lab82.24244.16910.3633

#d5cacc color RGB value is (213,202,204).

#d5cacc hex color red value is 213, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d5cacc hue: 0.97 , saturation: 0.12 and the lightness value of d5cacc is 0.81.

The process color (four color CMYK) of #d5cacc color hex is 0.00, 0.05, 0.04, 0.16. Web safe color of #d5cacc is #cccccc. Color #d5cacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001010 11001100
Octal 325 312 314
Decimal 213 202 204
Hex D5 CA CC

RGB Percentages of Color #d5cacc

%34.41
%32.63
%32.96

CMYK Percentages of Color #d5cacc

%0
%5
%4
%16

Triadic Colors of #d5cacc

#d5cacc #ccd5ca #caccd5

Analogous Colors of #d5cacc

#d5cacc #d5ceca #d5cad2

Monochromatic Colors of #d5cacc

#d5cacc

Complementary Color

#d5cacc #cad5d3

#d5cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cacc Color CSS Codes

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

#d5cacc Text Font Color

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

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


#d5cacc Background Color

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

This div background color is #d5cacc


#d5cacc Border Color

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

This div border color is #d5cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cacc


Comments

No comments written yet.

Please login to write comment.