Color Hex Logo

#c8babf Color Hex

#C8BABF
(200,186,191)
0 Favorites   0 Comments

Color spaces of #c8babf

RGB 200186191
HSL0.940.110.76
HSV339°78°
CMYK 0.000.070.05   0.22
XYZ50.782351.158856.4883
Yxy51.15880.32050.3229
Hunter Lab71.52541.56383.2426
CIE-Lab76.77515.8288-0.7480

#c8babf color RGB value is (200,186,191).

#c8babf hex color red value is 200, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c8babf hue: 0.94 , saturation: 0.11 and the lightness value of c8babf is 0.76.

The process color (four color CMYK) of #c8babf color hex is 0.00, 0.07, 0.05, 0.22. Web safe color of #c8babf is #cccccc. Color #c8babf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111010 10111111
Octal 310 272 277
Decimal 200 186 191
Hex C8 BA BF

RGB Percentages of Color #c8babf

%34.66
%32.24
%33.10

CMYK Percentages of Color #c8babf

%0
%7
%5
%22

Triadic Colors of #c8babf

#c8babf #bfc8ba #babfc8

Analogous Colors of #c8babf

#c8babf #c8bcba #c8bac6

Monochromatic Colors of #c8babf

#c8babf

Complementary Color

#c8babf #bac8c3

#c8babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8babf Color CSS Codes

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

#c8babf Text Font Color

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

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


#c8babf Background Color

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

This div background color is #c8babf


#c8babf Border Color

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

This div border color is #c8babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8babf


Comments

No comments written yet.

Please login to write comment.