Color Hex Logo

#c1cbbd Color Hex

#C1CBBD
(193,203,189)
0 Favorites   0 Comments

Color spaces of #c1cbbd

RGB 193203189
HSL0.290.120.77
HSV103°80°
CMYK 0.050.000.07   0.20
XYZ52.533657.723556.5170
Yxy57.72350.31500.3461
Hunter Lab75.9760-9.53419.0786
CIE-Lab80.5848-5.98115.7933

#c1cbbd color RGB value is (193,203,189).

#c1cbbd hex color red value is 193, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c1cbbd hue: 0.29 , saturation: 0.12 and the lightness value of c1cbbd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001011 10111101
Octal 301 313 275
Decimal 193 203 189
Hex C1 CB BD

RGB Percentages of Color #c1cbbd

%32.99
%34.70
%32.31

CMYK Percentages of Color #c1cbbd

%5
%0
%7
%20

Triadic Colors of #c1cbbd

#c1cbbd #bdc1cb #cbbdc1

Analogous Colors of #c1cbbd

#c1cbbd #bdcbc0 #c8cbbd

Monochromatic Colors of #c1cbbd

#c1cbbd

Complementary Color

#c1cbbd #c7bdcb

#c1cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cbbd Color CSS Codes

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

#c1cbbd Text Font Color

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

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


#c1cbbd Background Color

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

This div background color is #c1cbbd


#c1cbbd Border Color

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

This div border color is #c1cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cbbd


Comments

No comments written yet.

Please login to write comment.