Color Hex Logo

#c5cbbc Color Hex

#C5CBBC
(197,203,188)
0 Favorites   0 Comments

Color spaces of #c5cbbc

RGB 197203188
HSL0.230.130.77
HSV84°80°
CMYK 0.030.000.07   0.20
XYZ53.459058.213055.9956
Yxy58.21300.31880.3472
Hunter Lab76.2974-8.45179.8946
CIE-Lab80.8571-4.75926.7585

#c5cbbc color RGB value is (197,203,188).

#c5cbbc hex color red value is 197, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c5cbbc hue: 0.23 , saturation: 0.13 and the lightness value of c5cbbc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001011 10111100
Octal 305 313 274
Decimal 197 203 188
Hex C5 CB BC

RGB Percentages of Color #c5cbbc

%33.50
%34.52
%31.97

CMYK Percentages of Color #c5cbbc

%3
%0
%7
%20

Triadic Colors of #c5cbbc

#c5cbbc #bcc5cb #cbbcc5

Analogous Colors of #c5cbbc

#c5cbbc #becbbc #cbcabc

Monochromatic Colors of #c5cbbc

#c5cbbc

Complementary Color

#c5cbbc #c2bccb

#c5cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cbbc Color CSS Codes

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

#c5cbbc Text Font Color

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

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


#c5cbbc Background Color

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

This div background color is #c5cbbc


#c5cbbc Border Color

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

This div border color is #c5cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cbbc


Comments

No comments written yet.

Please login to write comment.