Color Hex Logo

#c1ccc4 Color Hex

#C1CCC4
(193,204,196)
0 Favorites   0 Comments

Color spaces of #c1ccc4

RGB 193204196
HSL0.380.100.78
HSV136°80°
CMYK 0.050.000.04   0.20
XYZ53.549058.508760.6955
Yxy58.50870.31000.3387
Hunter Lab76.4910-8.89686.4971
CIE-Lab81.0208-5.23342.6776

#c1ccc4 color RGB value is (193,204,196).

#c1ccc4 hex color red value is 193, green value is 204 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c1ccc4 hue: 0.38 , saturation: 0.10 and the lightness value of c1ccc4 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001100 11000100
Octal 301 314 304
Decimal 193 204 196
Hex C1 CC C4

RGB Percentages of Color #c1ccc4

%32.55
%34.40
%33.05

CMYK Percentages of Color #c1ccc4

%5
%0
%4
%20

Triadic Colors of #c1ccc4

#c1ccc4 #c4c1cc #ccc4c1

Analogous Colors of #c1ccc4

#c1ccc4 #c1ccca #c4ccc1

Monochromatic Colors of #c1ccc4

#c1ccc4

Complementary Color

#c1ccc4 #ccc1c9

#c1ccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ccc4 Color CSS Codes

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

#c1ccc4 Text Font Color

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

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


#c1ccc4 Background Color

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

This div background color is #c1ccc4


#c1ccc4 Border Color

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

This div border color is #c1ccc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ccc4


Comments

No comments written yet.

Please login to write comment.