Color Hex Logo

#d5cac0 Color Hex

#D5CAC0
(213,202,192)
0 Favorites   0 Comments

Color spaces of #d5cac0

RGB 213202192
HSL0.080.200.79
HSV29°10°84°
CMYK 0.000.050.10   0.16
XYZ58.075560.193058.4267
Yxy60.19300.32870.3407
Hunter Lab77.5841-2.15639.6591
CIE-Lab81.94302.11426.3446

#d5cac0 color RGB value is (213,202,192).

#d5cac0 hex color red value is 213, green value is 202 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #d5cac0 hue: 0.08 , saturation: 0.20 and the lightness value of d5cac0 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001010 11000000
Octal 325 312 300
Decimal 213 202 192
Hex D5 CA C0

RGB Percentages of Color #d5cac0

%35.09
%33.28
%31.63

CMYK Percentages of Color #d5cac0

%0
%5
%10
%16

Triadic Colors of #d5cac0

#d5cac0 #c0d5ca #cac0d5

Analogous Colors of #d5cac0

#d5cac0 #d5d5c0 #d5c0c1

Monochromatic Colors of #d5cac0

#d5cac0

Complementary Color

#d5cac0 #c0cbd5

#d5cac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cac0 Color CSS Codes

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

#d5cac0 Text Font Color

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

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


#d5cac0 Background Color

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

This div background color is #d5cac0


#d5cac0 Border Color

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

This div border color is #d5cac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cac0

#d5cac0 Color Palettes


Comments

No comments written yet.

Please login to write comment.