Color Hex Logo

#c6ccce Color Hex

#C6CCCE
(198,204,206)
0 Favorites   0 Comments

Color spaces of #c6ccce

RGB 198204206
HSL0.540.080.79
HSV195°81°
CMYK 0.040.010.00   0.19
XYZ56.022159.647766.9530
Yxy59.64770.30680.3266
Hunter Lab77.2319-5.67642.6633
CIE-Lab81.6463-1.6677-1.7165

#c6ccce color RGB value is (198,204,206).

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

The process color (four color CMYK) of #c6ccce color hex is 0.04, 0.01, 0.00, 0.19. Web safe color of #c6ccce is #cccccc. Color #c6ccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001100 11001110
Octal 306 314 316
Decimal 198 204 206
Hex C6 CC CE

RGB Percentages of Color #c6ccce

%32.57
%33.55
%33.88

CMYK Percentages of Color #c6ccce

%4
%1
%0
%19

Triadic Colors of #c6ccce

#c6ccce #cec6cc #cccec6

Analogous Colors of #c6ccce

#c6ccce #c6c8ce #c6cecc

Monochromatic Colors of #c6ccce

#c6ccce

Complementary Color

#c6ccce #cec8c6

#c6ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ccce Color CSS Codes

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

#c6ccce Text Font Color

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

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


#c6ccce Background Color

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

This div background color is #c6ccce


#c6ccce Border Color

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

This div border color is #c6ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ccce


Comments

No comments written yet.

Please login to write comment.