Color Hex Logo

#c1cbbb Color Hex

#C1CBBB
(193,203,187)
0 Favorites   0 Comments

Color spaces of #c1cbbb

RGB 193203187
HSL0.270.130.76
HSV98°80°
CMYK 0.050.000.08   0.20
XYZ52.317957.637255.3813
Yxy57.63720.31640.3486
Hunter Lab75.9192-9.84959.8927
CIE-Lab80.5367-6.33596.7942

#c1cbbb color RGB value is (193,203,187).

#c1cbbb hex color red value is 193, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c1cbbb hue: 0.27 , saturation: 0.13 and the lightness value of c1cbbb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001011 10111011
Octal 301 313 273
Decimal 193 203 187
Hex C1 CB BB

RGB Percentages of Color #c1cbbb

%33.10
%34.82
%32.08

CMYK Percentages of Color #c1cbbb

%5
%0
%8
%20

Triadic Colors of #c1cbbb

#c1cbbb #bbc1cb #cbbbc1

Analogous Colors of #c1cbbb

#c1cbbb #bbcbbd #c9cbbb

Monochromatic Colors of #c1cbbb

#c1cbbb

Complementary Color

#c1cbbb #c5bbcb

#c1cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cbbb Color CSS Codes

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

#c1cbbb Text Font Color

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

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


#c1cbbb Background Color

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

This div background color is #c1cbbb


#c1cbbb Border Color

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

This div border color is #c1cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cbbb


Comments

No comments written yet.

Please login to write comment.