Color Hex Logo

#c6cace Color Hex

#C6CACE
(198,202,206)
1 Favorites   0 Comments

Color spaces of #c6cace

RGB 198202206
HSL0.580.080.79
HSV210°81°
CMYK 0.040.020.00   0.19
XYZ55.549858.703166.7956
Yxy58.70310.30680.3242
Hunter Lab76.6179-4.66471.9435
CIE-Lab81.1281-0.6155-2.4765

#c6cace color RGB value is (198,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11001110
Octal 306 312 316
Decimal 198 202 206
Hex C6 CA CE

RGB Percentages of Color #c6cace

%32.67
%33.33
%33.99

CMYK Percentages of Color #c6cace

%4
%2
%0
%19

Triadic Colors of #c6cace

#c6cace #cec6ca #cacec6

Analogous Colors of #c6cace

#c6cace #c6c6ce #c6cece

Monochromatic Colors of #c6cace

#c6cace

Complementary Color

#c6cace #cecac6

#c6cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cace Color CSS Codes

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

#c6cace Text Font Color

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

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


#c6cace Background Color

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

This div background color is #c6cace


#c6cace Border Color

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

This div border color is #c6cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cace


Comments

No comments written yet.

Please login to write comment.