Color Hex Logo

#c1c9c4 Color Hex

#C1C9C4
(193,201,196)
0 Favorites   0 Comments

Color spaces of #c1c9c4

RGB 193201196
HSL0.400.070.77
HSV143°79°
CMYK 0.040.000.02   0.21
XYZ52.842857.096360.4601
Yxy57.09630.31010.3351
Hunter Lab75.5621-7.40345.4533
CIE-Lab80.2337-3.66431.5337

#c1c9c4 color RGB value is (193,201,196).

#c1c9c4 hex color red value is 193, green value is 201 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c1c9c4 hue: 0.40 , saturation: 0.07 and the lightness value of c1c9c4 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001001 11000100
Octal 301 311 304
Decimal 193 201 196
Hex C1 C9 C4

RGB Percentages of Color #c1c9c4

%32.71
%34.07
%33.22

CMYK Percentages of Color #c1c9c4

%4
%0
%2
%21

Triadic Colors of #c1c9c4

#c1c9c4 #c4c1c9 #c9c4c1

Analogous Colors of #c1c9c4

#c1c9c4 #c1c9c8 #c2c9c1

Monochromatic Colors of #c1c9c4

#c1c9c4

Complementary Color

#c1c9c4 #c9c1c6

#c1c9c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c9c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c9c4 Color CSS Codes

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

#c1c9c4 Text Font Color

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

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


#c1c9c4 Background Color

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

This div background color is #c1c9c4


#c1c9c4 Border Color

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

This div border color is #c1c9c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c9c4

#c1c9c4 Color Palettes


Comments

No comments written yet.

Please login to write comment.