Color Hex Logo

#c8bf6f Color Hex

#C8BF6F
(200,191,111)
0 Favorites   0 Comments

Color spaces of #c8bf6f

RGB 200191111
HSL0.150.450.61
HSV54°45°78°
CMYK 0.000.050.45   0.22
XYZ45.319550.688722.4342
Yxy50.68870.38260.4280
Hunter Lab71.1960-10.969631.1546
CIE-Lab76.4901-8.046041.3393

#c8bf6f color RGB value is (200,191,111).

#c8bf6f hex color red value is 200, green value is 191 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c8bf6f hue: 0.15 , saturation: 0.45 and the lightness value of c8bf6f is 0.61.

The process color (four color CMYK) of #c8bf6f color hex is 0.00, 0.05, 0.45, 0.22. Web safe color of #c8bf6f is #cccc66. Color #c8bf6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111111 01101111
Octal 310 277 157
Decimal 200 191 111
Hex C8 BF 6F

RGB Percentages of Color #c8bf6f

%39.84
%38.05
%22.11

CMYK Percentages of Color #c8bf6f

%0
%5
%45
%22

Triadic Colors of #c8bf6f

#c8bf6f #6fc8bf #bf6fc8

Analogous Colors of #c8bf6f

#c8bf6f #a5c86f #c8936f

Monochromatic Colors of #c8bf6f

#c8bf6f

Complementary Color

#c8bf6f #6f78c8

#c8bf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bf6f Color CSS Codes

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

#c8bf6f Text Font Color

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

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


#c8bf6f Background Color

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

This div background color is #c8bf6f


#c8bf6f Border Color

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

This div border color is #c8bf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bf6f


Comments

No comments written yet.

Please login to write comment.