Color Hex Logo

#c3cbbd Color Hex

#C3CBBD
(195,203,189)
0 Favorites   0 Comments

Color spaces of #c3cbbd

RGB 195203189
HSL0.260.120.77
HSV94°80°
CMYK 0.040.000.07   0.20
XYZ53.046957.988156.5411
Yxy57.98810.31660.3460
Hunter Lab76.1499-8.91729.2823
CIE-Lab80.7322-5.28416.0245

#c3cbbd color RGB value is (195,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001011 10111101
Octal 303 313 275
Decimal 195 203 189
Hex C3 CB BD

RGB Percentages of Color #c3cbbd

%33.22
%34.58
%32.20

CMYK Percentages of Color #c3cbbd

%4
%0
%7
%20

Triadic Colors of #c3cbbd

#c3cbbd #bdc3cb #cbbdc3

Analogous Colors of #c3cbbd

#c3cbbd #bdcbbe #cacbbd

Monochromatic Colors of #c3cbbd

#c3cbbd

Complementary Color

#c3cbbd #c5bdcb

#c3cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cbbd Color CSS Codes

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

#c3cbbd Text Font Color

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

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


#c3cbbd Background Color

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

This div background color is #c3cbbd


#c3cbbd Border Color

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

This div border color is #c3cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cbbd


Comments

No comments written yet.

Please login to write comment.