Color Hex Logo

#c7bace Color Hex

#C7BACE
(199,186,206)
0 Favorites   0 Comments

Color spaces of #c7bace

RGB 199186206
HSL0.780.170.77
HSV279°10°81°
CMYK 0.030.100.00   0.19
XYZ52.252751.716265.6207
Yxy51.71620.30810.3049
Hunter Lab71.91403.8487-3.7617
CIE-Lab77.11088.2604-8.4006

#c7bace color RGB value is (199,186,206).

#c7bace hex color red value is 199, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c7bace hue: 0.78 , saturation: 0.17 and the lightness value of c7bace is 0.77.

The process color (four color CMYK) of #c7bace color hex is 0.03, 0.10, 0.00, 0.19. Web safe color of #c7bace is #cccccc. Color #c7bace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111010 11001110
Octal 307 272 316
Decimal 199 186 206
Hex C7 BA CE

RGB Percentages of Color #c7bace

%33.67
%31.47
%34.86

CMYK Percentages of Color #c7bace

%3
%10
%0
%19

Triadic Colors of #c7bace

#c7bace #cec7ba #bacec7

Analogous Colors of #c7bace

#c7bace #cebacb #bdbace

Monochromatic Colors of #c7bace

#c7bace

Complementary Color

#c7bace #c1ceba

#c7bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bace Color CSS Codes

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

#c7bace Text Font Color

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

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


#c7bace Background Color

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

This div background color is #c7bace


#c7bace Border Color

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

This div border color is #c7bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bace


Comments

No comments written yet.

Please login to write comment.