Color Hex Logo

#d5caca Color Hex

#D5CACA
(213,202,202)
0 Favorites   0 Comments

Color spaces of #d5caca

RGB 213202202
HSL0.000.120.81
HSV84°
CMYK 0.000.050.05   0.16
XYZ59.221860.651564.4627
Yxy60.65150.32130.3290
Hunter Lab77.8791-0.55115.4393
CIE-Lab82.19103.81841.3580

#d5caca color RGB value is (213,202,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001010 11001010
Octal 325 312 312
Decimal 213 202 202
Hex D5 CA CA

RGB Percentages of Color #d5caca

%34.52
%32.74
%32.74

CMYK Percentages of Color #d5caca

%0
%5
%5
%16

Triadic Colors of #d5caca

#d5caca #cad5ca #cacad5

Analogous Colors of #d5caca

#d5caca #d5d0ca #d5cad0

Monochromatic Colors of #d5caca

#d5caca

Complementary Color

#d5caca #cad5d5

#d5caca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5caca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5caca Color CSS Codes

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

#d5caca Text Font Color

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

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


#d5caca Background Color

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

This div background color is #d5caca


#d5caca Border Color

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

This div border color is #d5caca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5caca


Comments

No comments written yet.

Please login to write comment.