Color Hex Logo

#c0ccbc Color Hex

#C0CCBC
(192,204,188)
0 Favorites   0 Comments

Color spaces of #c0ccbc

RGB 192204188
HSL0.290.140.77
HSV105°80°
CMYK 0.060.000.08   0.20
XYZ52.408258.023056.0143
Yxy58.02300.31490.3486
Hunter Lab76.1728-10.49149.7216
CIE-Lab80.7516-7.02666.5588

#c0ccbc color RGB value is (192,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001100 10111100
Octal 300 314 274
Decimal 192 204 188
Hex C0 CC BC

RGB Percentages of Color #c0ccbc

%32.88
%34.93
%32.19

CMYK Percentages of Color #c0ccbc

%6
%0
%8
%20

Triadic Colors of #c0ccbc

#c0ccbc #bcc0cc #ccbcc0

Analogous Colors of #c0ccbc

#c0ccbc #bcccc0 #c8ccbc

Monochromatic Colors of #c0ccbc

#c0ccbc

Complementary Color

#c0ccbc #c8bccc

#c0ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ccbc Color CSS Codes

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

#c0ccbc Text Font Color

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

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


#c0ccbc Background Color

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

This div background color is #c0ccbc


#c0ccbc Border Color

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

This div border color is #c0ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ccbc


Comments

No comments written yet.

Please login to write comment.