Color Hex Logo

#c6cccf Color Hex

#C6CCCF
(198,204,207)
0 Favorites   0 Comments

Color spaces of #c6cccf

RGB 198204207
HSL0.560.090.79
HSV200°81°
CMYK 0.040.010.00   0.19
XYZ56.144159.696567.5950
Yxy59.69650.30610.3254
Hunter Lab77.2635-5.50282.2138
CIE-Lab81.6729-1.4784-2.2124

#c6cccf color RGB value is (198,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001100 11001111
Octal 306 314 317
Decimal 198 204 207
Hex C6 CC CF

RGB Percentages of Color #c6cccf

%32.51
%33.50
%33.99

CMYK Percentages of Color #c6cccf

%4
%1
%0
%19

Triadic Colors of #c6cccf

#c6cccf #cfc6cc #cccfc6

Analogous Colors of #c6cccf

#c6cccf #c6c8cf #c6cfce

Monochromatic Colors of #c6cccf

#c6cccf

Complementary Color

#c6cccf #cfc9c6

#c6cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cccf Color CSS Codes

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

#c6cccf Text Font Color

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

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


#c6cccf Background Color

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

This div background color is #c6cccf


#c6cccf Border Color

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

This div border color is #c6cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cccf


Comments

No comments written yet.

Please login to write comment.