Color Hex Logo

#c1babf Color Hex

#C1BABF
(193,186,191)
0 Favorites   0 Comments

Color spaces of #c1babf

RGB 193186191
HSL0.880.050.74
HSV317°76°
CMYK 0.000.040.01   0.24
XYZ48.955250.216956.4028
Yxy50.21690.31470.3228
Hunter Lab70.8639-0.69792.4139
CIE-Lab76.20223.3728-1.6546

#c1babf color RGB value is (193,186,191).

#c1babf hex color red value is 193, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c1babf hue: 0.88 , saturation: 0.05 and the lightness value of c1babf is 0.74.

The process color (four color CMYK) of #c1babf color hex is 0.00, 0.04, 0.01, 0.24. Web safe color of #c1babf is #cccccc. Color #c1babf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111010 10111111
Octal 301 272 277
Decimal 193 186 191
Hex C1 BA BF

RGB Percentages of Color #c1babf

%33.86
%32.63
%33.51

CMYK Percentages of Color #c1babf

%0
%4
%1
%24

Triadic Colors of #c1babf

#c1babf #bfc1ba #babfc1

Analogous Colors of #c1babf

#c1babf #c1babc #c0bac1

Monochromatic Colors of #c1babf

#c1babf

Complementary Color

#c1babf #bac1bc

#c1babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1babf Color CSS Codes

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

#c1babf Text Font Color

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

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


#c1babf Background Color

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

This div background color is #c1babf


#c1babf Border Color

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

This div border color is #c1babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1babf


Comments

No comments written yet.

Please login to write comment.