Color Hex Logo

#c2bf6f Color Hex

#C2BF6F
(194,191,111)
0 Favorites   0 Comments

Color spaces of #c2bf6f

RGB 194191111
HSL0.160.400.60
HSV58°43°76°
CMYK 0.000.020.43   0.24
XYZ43.748249.878622.3607
Yxy49.87860.37720.4300
Hunter Lab70.6248-13.022430.6654
CIE-Lab75.9947-10.478540.6143

#c2bf6f color RGB value is (194,191,111).

#c2bf6f hex color red value is 194, green value is 191 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c2bf6f hue: 0.16 , saturation: 0.40 and the lightness value of c2bf6f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111111 01101111
Octal 302 277 157
Decimal 194 191 111
Hex C2 BF 6F

RGB Percentages of Color #c2bf6f

%39.11
%38.51
%22.38

CMYK Percentages of Color #c2bf6f

%0
%2
%43
%24

Triadic Colors of #c2bf6f

#c2bf6f #6fc2bf #bf6fc2

Analogous Colors of #c2bf6f

#c2bf6f #9cc26f #c2966f

Monochromatic Colors of #c2bf6f

#c2bf6f

Complementary Color

#c2bf6f #6f72c2

#c2bf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bf6f Color CSS Codes

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

#c2bf6f Text Font Color

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

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


#c2bf6f Background Color

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

This div background color is #c2bf6f


#c2bf6f Border Color

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

This div border color is #c2bf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bf6f


Comments

No comments written yet.

Please login to write comment.