Color Hex Logo

#c6ccca Color Hex

#C6CCCA
(198,204,202)
0 Favorites   0 Comments

Color spaces of #c6ccca

RGB 198204202
HSL0.440.060.79
HSV160°80°
CMYK 0.030.000.01   0.20
XYZ55.542259.455864.4258
Yxy59.45580.30960.3314
Hunter Lab77.1076-6.36104.4367
CIE-Lab81.5415-2.41630.2701

#c6ccca color RGB value is (198,204,202).

#c6ccca hex color red value is 198, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c6ccca hue: 0.44 , saturation: 0.06 and the lightness value of c6ccca is 0.79.

The process color (four color CMYK) of #c6ccca color hex is 0.03, 0.00, 0.01, 0.20. Web safe color of #c6ccca is #cccccc. Color #c6ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001100 11001010
Octal 306 314 312
Decimal 198 204 202
Hex C6 CC CA

RGB Percentages of Color #c6ccca

%32.78
%33.77
%33.44

CMYK Percentages of Color #c6ccca

%3
%0
%1
%20

Triadic Colors of #c6ccca

#c6ccca #cac6cc #cccac6

Analogous Colors of #c6ccca

#c6ccca #c6cbcc #c6ccc7

Monochromatic Colors of #c6ccca

#c6ccca

Complementary Color

#c6ccca #ccc6c8

#c6ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ccca Color CSS Codes

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

#c6ccca Text Font Color

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

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


#c6ccca Background Color

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

This div background color is #c6ccca


#c6ccca Border Color

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

This div border color is #c6ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ccca


Comments

No comments written yet.

Please login to write comment.