Color Hex Logo

#c3bcbc Color Hex

#C3BCBC
(195,188,188)
0 Favorites   0 Comments

Color spaces of #c3bcbc

RGB 195188188
HSL0.000.060.75
HSV76°
CMYK 0.000.040.04   0.24
XYZ49.566051.199454.8470
Yxy51.19940.31850.3290
Hunter Lab71.5538-1.57034.6410
CIE-Lab76.79962.45760.8661

#c3bcbc color RGB value is (195,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111100 10111100
Octal 303 274 274
Decimal 195 188 188
Hex C3 BC BC

RGB Percentages of Color #c3bcbc

%34.15
%32.92
%32.92

CMYK Percentages of Color #c3bcbc

%0
%4
%4
%24

Triadic Colors of #c3bcbc

#c3bcbc #bcc3bc #bcbcc3

Analogous Colors of #c3bcbc

#c3bcbc #c3c0bc #c3bcc0

Monochromatic Colors of #c3bcbc

#c3bcbc

Complementary Color

#c3bcbc #bcc3c3

#c3bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bcbc Color CSS Codes

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

#c3bcbc Text Font Color

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

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


#c3bcbc Background Color

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

This div background color is #c3bcbc


#c3bcbc Border Color

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

This div border color is #c3bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bcbc

#c3bcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.