Color Hex Logo

#d6caca Color Hex

#D6CACA
(214,202,202)
0 Favorites   0 Comments

Color spaces of #d6caca

RGB 214202202
HSL0.000.130.82
HSV84°
CMYK 0.000.060.06   0.16
XYZ59.512860.801564.4763
Yxy60.80150.32210.3290
Hunter Lab77.9753-0.22095.5570
CIE-Lab82.27194.16811.4856

#d6caca color RGB value is (214,202,202).

#d6caca hex color red value is 214, green value is 202 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d6caca hue: 0.00 , saturation: 0.13 and the lightness value of d6caca is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001010 11001010
Octal 326 312 312
Decimal 214 202 202
Hex D6 CA CA

RGB Percentages of Color #d6caca

%34.63
%32.69
%32.69

CMYK Percentages of Color #d6caca

%0
%6
%6
%16

Triadic Colors of #d6caca

#d6caca #cad6ca #cacad6

Analogous Colors of #d6caca

#d6caca #d6d0ca #d6cad0

Monochromatic Colors of #d6caca

#d6caca

Complementary Color

#d6caca #cad6d6

#d6caca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6caca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6caca Color CSS Codes

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

#d6caca Text Font Color

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

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


#d6caca Background Color

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

This div background color is #d6caca


#d6caca Border Color

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

This div border color is #d6caca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6caca

#d6caca Color Palettes


Comments

No comments written yet.

Please login to write comment.