Color Hex Logo

#c5cacb Color Hex

#C5CACB
(197,202,203)
0 Favorites   0 Comments

Color spaces of #c5cacb

RGB 197202203
HSL0.530.050.78
HSV190°80°
CMYK 0.030.000.00   0.20
XYZ54.926058.423264.8818
Yxy58.42320.30820.3278
Hunter Lab76.4351-5.49183.1763
CIE-Lab80.9735-1.5198-1.1044

#c5cacb color RGB value is (197,202,203).

#c5cacb hex color red value is 197, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c5cacb hue: 0.53 , saturation: 0.05 and the lightness value of c5cacb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001010 11001011
Octal 305 312 313
Decimal 197 202 203
Hex C5 CA CB

RGB Percentages of Color #c5cacb

%32.72
%33.55
%33.72

CMYK Percentages of Color #c5cacb

%3
%0
%0
%20

Triadic Colors of #c5cacb

#c5cacb #cbc5ca #cacbc5

Analogous Colors of #c5cacb

#c5cacb #c5c7cb #c5cbc9

Monochromatic Colors of #c5cacb

#c5cacb

Complementary Color

#c5cacb #cbc6c5

#c5cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cacb Color CSS Codes

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

#c5cacb Text Font Color

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

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


#c5cacb Background Color

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

This div background color is #c5cacb


#c5cacb Border Color

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

This div border color is #c5cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cacb


Comments

No comments written yet.

Please login to write comment.