Color Hex Logo

#c2bcbc Color Hex

#C2BCBC
(194,188,188)
0 Favorites   0 Comments

Color spaces of #c2bcbc

RGB 194188188
HSL0.000.050.75
HSV76°
CMYK 0.000.030.03   0.24
XYZ49.308551.066654.8350
Yxy51.06660.31770.3290
Hunter Lab71.4609-1.89044.5269
CIE-Lab76.71932.10560.7393

#c2bcbc color RGB value is (194,188,188).

#c2bcbc hex color red value is 194, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c2bcbc hue: 0.00 , saturation: 0.05 and the lightness value of c2bcbc is 0.75.

The process color (four color CMYK) of #c2bcbc color hex is 0.00, 0.03, 0.03, 0.24. Web safe color of #c2bcbc is #cccccc. Color #c2bcbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111100 10111100
Octal 302 274 274
Decimal 194 188 188
Hex C2 BC BC

RGB Percentages of Color #c2bcbc

%34.04
%32.98
%32.98

CMYK Percentages of Color #c2bcbc

%0
%3
%3
%24

Triadic Colors of #c2bcbc

#c2bcbc #bcc2bc #bcbcc2

Analogous Colors of #c2bcbc

#c2bcbc #c2bfbc #c2bcbf

Monochromatic Colors of #c2bcbc

#c2bcbc

Complementary Color

#c2bcbc #bcc2c2

#c2bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bcbc Color CSS Codes

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

#c2bcbc Text Font Color

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

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


#c2bcbc Background Color

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

This div background color is #c2bcbc


#c2bcbc Border Color

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

This div border color is #c2bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bcbc

#c2bcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.