Color Hex Logo

#c3ccbc Color Hex

#C3CCBC
(195,204,188)
0 Favorites   0 Comments

Color spaces of #c3ccbc

RGB 195204188
HSL0.260.140.77
HSV94°80°
CMYK 0.040.000.08   0.20
XYZ53.175658.418756.0502
Yxy58.41870.31720.3485
Hunter Lab76.4321-9.569610.0232
CIE-Lab80.9710-5.98096.9029

#c3ccbc color RGB value is (195,204,188).

#c3ccbc hex color red value is 195, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c3ccbc hue: 0.26 , saturation: 0.14 and the lightness value of c3ccbc is 0.77.

The process color (four color CMYK) of #c3ccbc color hex is 0.04, 0.00, 0.08, 0.20. Web safe color of #c3ccbc is #cccccc. Color #c3ccbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001100 10111100
Octal 303 314 274
Decimal 195 204 188
Hex C3 CC BC

RGB Percentages of Color #c3ccbc

%33.22
%34.75
%32.03

CMYK Percentages of Color #c3ccbc

%4
%0
%8
%20

Triadic Colors of #c3ccbc

#c3ccbc #bcc3cc #ccbcc3

Analogous Colors of #c3ccbc

#c3ccbc #bcccbd #cbccbc

Monochromatic Colors of #c3ccbc

#c3ccbc

Complementary Color

#c3ccbc #c5bccc

#c3ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ccbc Color CSS Codes

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

#c3ccbc Text Font Color

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

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


#c3ccbc Background Color

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

This div background color is #c3ccbc


#c3ccbc Border Color

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

This div border color is #c3ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ccbc


Comments

No comments written yet.

Please login to write comment.