Color Hex Logo

#c1cbcb Color Hex

#C1CBCB
(193,203,203)
0 Favorites   0 Comments

Color spaces of #c1cbcb

RGB 193203203
HSL0.500.090.78
HSV180°80°
CMYK 0.050.000.00   0.20
XYZ54.127758.361164.9119
Yxy58.36110.30510.3290
Hunter Lab76.3944-7.21783.0977
CIE-Lab80.9391-3.3991-1.1896

#c1cbcb color RGB value is (193,203,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001011 11001011
Octal 301 313 313
Decimal 193 203 203
Hex C1 CB CB

RGB Percentages of Color #c1cbcb

%32.22
%33.89
%33.89

CMYK Percentages of Color #c1cbcb

%5
%0
%0
%20

Triadic Colors of #c1cbcb

#c1cbcb #cbc1cb #cbcbc1

Analogous Colors of #c1cbcb

#c1cbcb #c1c6cb #c1cbc6

Monochromatic Colors of #c1cbcb

#c1cbcb

Complementary Color

#c1cbcb #cbc1c1

#c1cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cbcb Color CSS Codes

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

#c1cbcb Text Font Color

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

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


#c1cbcb Background Color

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

This div background color is #c1cbcb


#c1cbcb Border Color

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

This div border color is #c1cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cbcb


Comments

No comments written yet.

Please login to write comment.