Color Hex Logo

#c5cacd Color Hex

#C5CACD
(197,202,205)
0 Favorites   0 Comments

Color spaces of #c5cacd

RGB 197202205
HSL0.560.070.79
HSV203°80°
CMYK 0.040.010.00   0.20
XYZ55.165958.519266.1454
Yxy58.51920.30680.3254
Hunter Lab76.4978-5.14722.2822
CIE-Lab81.0266-1.1431-2.0984

#c5cacd color RGB value is (197,202,205).

#c5cacd hex color red value is 197, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c5cacd hue: 0.56 , saturation: 0.07 and the lightness value of c5cacd is 0.79.

The process color (four color CMYK) of #c5cacd color hex is 0.04, 0.01, 0.00, 0.20. Web safe color of #c5cacd is #cccccc. Color #c5cacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001010 11001101
Octal 305 312 315
Decimal 197 202 205
Hex C5 CA CD

RGB Percentages of Color #c5cacd

%32.62
%33.44
%33.94

CMYK Percentages of Color #c5cacd

%4
%1
%0
%20

Triadic Colors of #c5cacd

#c5cacd #cdc5ca #cacdc5

Analogous Colors of #c5cacd

#c5cacd #c5c6cd #c5cdcc

Monochromatic Colors of #c5cacd

#c5cacd

Complementary Color

#c5cacd #cdc8c5

#c5cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cacd Color CSS Codes

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

#c5cacd Text Font Color

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

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


#c5cacd Background Color

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

This div background color is #c5cacd


#c5cacd Border Color

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

This div border color is #c5cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cacd


Comments

No comments written yet.

Please login to write comment.