Color Hex Logo

#c1bfab Color Hex

#C1BFAB
(193,191,171)
0 Favorites   0 Comments

Color spaces of #c1bfab

RGB 193191171
HSL0.150.150.71
HSV55°11°76°
CMYK 0.000.010.11   0.24
XYZ47.973851.539345.9477
Yxy51.53930.32980.3543
Hunter Lab71.7909-6.352512.3067
CIE-Lab77.0045-2.781910.3389

#c1bfab color RGB value is (193,191,171).

#c1bfab hex color red value is 193, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c1bfab hue: 0.15 , saturation: 0.15 and the lightness value of c1bfab is 0.71.

The process color (four color CMYK) of #c1bfab color hex is 0.00, 0.01, 0.11, 0.24. Web safe color of #c1bfab is #cccc99. Color #c1bfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111111 10101011
Octal 301 277 253
Decimal 193 191 171
Hex C1 BF AB

RGB Percentages of Color #c1bfab

%34.77
%34.41
%30.81

CMYK Percentages of Color #c1bfab

%0
%1
%11
%24

Triadic Colors of #c1bfab

#c1bfab #abc1bf #bfabc1

Analogous Colors of #c1bfab

#c1bfab #b8c1ab #c1b4ab

Monochromatic Colors of #c1bfab

#c1bfab

Complementary Color

#c1bfab #abadc1

#c1bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bfab Color CSS Codes

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

#c1bfab Text Font Color

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

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


#c1bfab Background Color

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

This div background color is #c1bfab


#c1bfab Border Color

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

This div border color is #c1bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bfab


Comments

No comments written yet.

Please login to write comment.