Color Hex Logo

#c6bfba Color Hex

#C6BFBA
(198,191,186)
0 Favorites   0 Comments

Color spaces of #c6bfba

RGB 198191186
HSL0.070.100.75
HSV25°78°
CMYK 0.000.040.06   0.22
XYZ50.782452.812553.9717
Yxy52.81250.32230.3352
Hunter Lab72.6722-2.44296.8375
CIE-Lab77.76421.56583.3802

#c6bfba color RGB value is (198,191,186).

#c6bfba hex color red value is 198, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c6bfba hue: 0.07 , saturation: 0.10 and the lightness value of c6bfba is 0.75.

The process color (four color CMYK) of #c6bfba color hex is 0.00, 0.04, 0.06, 0.22. Web safe color of #c6bfba is #cccccc. Color #c6bfba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 10111010
Octal 306 277 272
Decimal 198 191 186
Hex C6 BF BA

RGB Percentages of Color #c6bfba

%34.43
%33.22
%32.35

CMYK Percentages of Color #c6bfba

%0
%4
%6
%22

Triadic Colors of #c6bfba

#c6bfba #bac6bf #bfbac6

Analogous Colors of #c6bfba

#c6bfba #c6c5ba #c6babb

Monochromatic Colors of #c6bfba

#c6bfba

Complementary Color

#c6bfba #bac1c6

#c6bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfba Color CSS Codes

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

#c6bfba Text Font Color

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

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


#c6bfba Background Color

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

This div background color is #c6bfba


#c6bfba Border Color

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

This div border color is #c6bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfba


Comments

No comments written yet.

Please login to write comment.