Color Hex Logo

#c1c5c5 Color Hex

#C1C5C5
(193,197,197)
2 Favorites   0 Comments

Color spaces of #c1c5c5

RGB 193197197
HSL0.500.030.76
HSV180°77°
CMYK 0.020.000.00   0.23
XYZ52.036655.301260.7549
Yxy55.30120.30960.3290
Hunter Lab74.3648-5.23333.6163
CIE-Lab79.2144-1.3724-0.4905

#c1c5c5 color RGB value is (193,197,197).

#c1c5c5 hex color red value is 193, green value is 197 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c1c5c5 hue: 0.50 , saturation: 0.03 and the lightness value of c1c5c5 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11000101 11000101
Octal 301 305 305
Decimal 193 197 197
Hex C1 C5 C5

RGB Percentages of Color #c1c5c5

%32.88
%33.56
%33.56

CMYK Percentages of Color #c1c5c5

%2
%0
%0
%23

Triadic Colors of #c1c5c5

#c1c5c5 #c5c1c5 #c5c5c1

Analogous Colors of #c1c5c5

#c1c5c5 #c1c3c5 #c1c5c3

Monochromatic Colors of #c1c5c5

#c1c5c5

Complementary Color

#c1c5c5 #c5c1c1

#c1c5c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c5c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c5c5 Color CSS Codes

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

#c1c5c5 Text Font Color

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

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


#c1c5c5 Background Color

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

This div background color is #c1c5c5


#c1c5c5 Border Color

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

This div border color is #c1c5c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c5c5

#c1c5c5 Color Palettes


Comments

No comments written yet.

Please login to write comment.