Color Hex Logo

#c6bacc Color Hex

#C6BACC
(198,186,204)
0 Favorites   0 Comments

Color spaces of #c6bacc

RGB 198186204
HSL0.780.150.76
HSV280°80°
CMYK 0.030.090.00   0.20
XYZ51.746751.483264.3367
Yxy51.48320.30880.3072
Hunter Lab71.75183.1668-2.9365
CIE-Lab76.97087.5376-7.5330

#c6bacc color RGB value is (198,186,204).

#c6bacc hex color red value is 198, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c6bacc hue: 0.78 , saturation: 0.15 and the lightness value of c6bacc is 0.76.

The process color (four color CMYK) of #c6bacc color hex is 0.03, 0.09, 0.00, 0.20. Web safe color of #c6bacc is #cccccc. Color #c6bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111010 11001100
Octal 306 272 314
Decimal 198 186 204
Hex C6 BA CC

RGB Percentages of Color #c6bacc

%33.67
%31.63
%34.69

CMYK Percentages of Color #c6bacc

%3
%9
%0
%20

Triadic Colors of #c6bacc

#c6bacc #ccc6ba #baccc6

Analogous Colors of #c6bacc

#c6bacc #ccbac9 #bdbacc

Monochromatic Colors of #c6bacc

#c6bacc

Complementary Color

#c6bacc #c0ccba

#c6bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bacc Color CSS Codes

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

#c6bacc Text Font Color

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

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


#c6bacc Background Color

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

This div background color is #c6bacc


#c6bacc Border Color

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

This div border color is #c6bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bacc


Comments

No comments written yet.

Please login to write comment.