Color Hex Logo

#c2cbcb Color Hex

#C2CBCB
(194,203,203)
0 Favorites   0 Comments

Color spaces of #c2cbcb

RGB 194203203
HSL0.500.080.78
HSV180°80°
CMYK 0.040.000.00   0.20
XYZ54.383658.493064.9239
Yxy58.49300.30590.3290
Hunter Lab76.4807-6.91423.2057
CIE-Lab81.0121-3.0616-1.0742

#c2cbcb color RGB value is (194,203,203).

#c2cbcb hex color red value is 194, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c2cbcb hue: 0.50 , saturation: 0.08 and the lightness value of c2cbcb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 11001011
Octal 302 313 313
Decimal 194 203 203
Hex C2 CB CB

RGB Percentages of Color #c2cbcb

%32.33
%33.83
%33.83

CMYK Percentages of Color #c2cbcb

%4
%0
%0
%20

Triadic Colors of #c2cbcb

#c2cbcb #cbc2cb #cbcbc2

Analogous Colors of #c2cbcb

#c2cbcb #c2c7cb #c2cbc7

Monochromatic Colors of #c2cbcb

#c2cbcb

Complementary Color

#c2cbcb #cbc2c2

#c2cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbcb Color CSS Codes

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

#c2cbcb Text Font Color

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

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


#c2cbcb Background Color

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

This div background color is #c2cbcb


#c2cbcb Border Color

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

This div border color is #c2cbcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,203,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c2cbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbcb

#c2cbcb Color Palettes


Comments

No comments written yet.

Please login to write comment.