Color Hex Logo

#c1ba6e Color Hex

#C1BA6E
(193,186,110)
0 Favorites   0 Comments

Color spaces of #c1ba6e

RGB 193186110
HSL0.150.400.59
HSV55°43°76°
CMYK 0.000.040.43   0.24
XYZ42.365747.581121.7030
Yxy47.58110.37950.4262
Hunter Lab68.9791-11.081829.6308
CIE-Lab74.5599-8.404439.3090

#c1ba6e color RGB value is (193,186,110).

#c1ba6e hex color red value is 193, green value is 186 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c1ba6e hue: 0.15 , saturation: 0.40 and the lightness value of c1ba6e is 0.59.

The process color (four color CMYK) of #c1ba6e color hex is 0.00, 0.04, 0.43, 0.24. Web safe color of #c1ba6e is #cccc66. Color #c1ba6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111010 01101110
Octal 301 272 156
Decimal 193 186 110
Hex C1 BA 6E

RGB Percentages of Color #c1ba6e

%39.47
%38.04
%22.49

CMYK Percentages of Color #c1ba6e

%0
%4
%43
%24

Triadic Colors of #c1ba6e

#c1ba6e #6ec1ba #ba6ec1

Analogous Colors of #c1ba6e

#c1ba6e #9fc16e #c1916e

Monochromatic Colors of #c1ba6e

#c1ba6e

Complementary Color

#c1ba6e #6e75c1

#c1ba6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ba6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ba6e Color CSS Codes

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

#c1ba6e Text Font Color

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

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


#c1ba6e Background Color

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

This div background color is #c1ba6e


#c1ba6e Border Color

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

This div border color is #c1ba6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ba6e


Comments

No comments written yet.

Please login to write comment.