Color Hex Logo

#c1cccb Color Hex

#C1CCCB
(193,204,203)
0 Favorites   0 Comments

Color spaces of #c1cccb

RGB 193204203
HSL0.480.100.78
HSV175°80°
CMYK 0.050.000.00   0.20
XYZ54.364758.835064.9909
Yxy58.83500.30510.3302
Hunter Lab76.7040-7.71833.4567
CIE-Lab81.2008-3.9231-0.8067

#c1cccb color RGB value is (193,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001100 11001011
Octal 301 314 313
Decimal 193 204 203
Hex C1 CC CB

RGB Percentages of Color #c1cccb

%32.17
%34.00
%33.83

CMYK Percentages of Color #c1cccb

%5
%0
%0
%20

Triadic Colors of #c1cccb

#c1cccb #cbc1cc #cccbc1

Analogous Colors of #c1cccb

#c1cccb #c1c8cc #c1ccc6

Monochromatic Colors of #c1cccb

#c1cccb

Complementary Color

#c1cccb #ccc1c2

#c1cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cccb Color CSS Codes

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

#c1cccb Text Font Color

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

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


#c1cccb Background Color

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

This div background color is #c1cccb


#c1cccb Border Color

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

This div border color is #c1cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cccb


Comments

No comments written yet.

Please login to write comment.