Color Hex Logo

#c5bbbc Color Hex

#C5BBBC
(197,187,188)
0 Favorites   0 Comments

Color spaces of #c5bbbc

RGB 197187188
HSL0.980.080.75
HSV354°77°
CMYK 0.000.050.05   0.23
XYZ49.873451.041854.8004
Yxy51.04180.32030.3278
Hunter Lab71.4435-0.41874.5324
CIE-Lab76.70433.69880.7469

#c5bbbc color RGB value is (197,187,188).

#c5bbbc hex color red value is 197, green value is 187 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c5bbbc hue: 0.98 , saturation: 0.08 and the lightness value of c5bbbc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111011 10111100
Octal 305 273 274
Decimal 197 187 188
Hex C5 BB BC

RGB Percentages of Color #c5bbbc

%34.44
%32.69
%32.87

CMYK Percentages of Color #c5bbbc

%0
%5
%5
%23

Triadic Colors of #c5bbbc

#c5bbbc #bcc5bb #bbbcc5

Analogous Colors of #c5bbbc

#c5bbbc #c5bfbb #c5bbc1

Monochromatic Colors of #c5bbbc

#c5bbbc

Complementary Color

#c5bbbc #bbc5c4

#c5bbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bbbc Color CSS Codes

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

#c5bbbc Text Font Color

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

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


#c5bbbc Background Color

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

This div background color is #c5bbbc


#c5bbbc Border Color

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

This div border color is #c5bbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bbbc


Comments

No comments written yet.

Please login to write comment.