Color Hex Logo

#c3c5ba Color Hex

#C3C5BA
(195,197,186)
0 Favorites   0 Comments

Color spaces of #c3c5ba

RGB 195197186
HSL0.200.090.75
HSV71°77°
CMYK 0.010.000.06   0.23
XYZ51.334955.079854.3802
Yxy55.07980.31930.3425
Hunter Lab74.2158-6.40958.5074
CIE-Lab79.0872-2.67095.2630

#c3c5ba color RGB value is (195,197,186).

#c3c5ba hex color red value is 195, green value is 197 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c3c5ba hue: 0.20 , saturation: 0.09 and the lightness value of c3c5ba is 0.75.

The process color (four color CMYK) of #c3c5ba color hex is 0.01, 0.00, 0.06, 0.23. Web safe color of #c3c5ba is #cccccc. Color #c3c5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11000101 10111010
Octal 303 305 272
Decimal 195 197 186
Hex C3 C5 BA

RGB Percentages of Color #c3c5ba

%33.74
%34.08
%32.18

CMYK Percentages of Color #c3c5ba

%1
%0
%6
%23

Triadic Colors of #c3c5ba

#c3c5ba #bac3c5 #c5bac3

Analogous Colors of #c3c5ba

#c3c5ba #bec5ba #c5c2ba

Monochromatic Colors of #c3c5ba

#c3c5ba

Complementary Color

#c3c5ba #bcbac5

#c3c5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3c5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3c5ba Color CSS Codes

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

#c3c5ba Text Font Color

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

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


#c3c5ba Background Color

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

This div background color is #c3c5ba


#c3c5ba Border Color

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

This div border color is #c3c5ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,197,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3c5ba


Comments

No comments written yet.

Please login to write comment.