Color Hex Logo

#c6bb6f Color Hex

#C6BB6F
(198,187,111)
0 Favorites   0 Comments

Color spaces of #c6bb6f

RGB 198187111
HSL0.150.430.61
HSV52°44°78°
CMYK 0.000.060.44   0.22
XYZ43.928348.694122.1226
Yxy48.69410.38280.4244
Hunter Lab69.7812-9.748630.0502
CIE-Lab75.2606-6.785439.7690

#c6bb6f color RGB value is (198,187,111).

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

The process color (four color CMYK) of #c6bb6f color hex is 0.00, 0.06, 0.44, 0.22. Web safe color of #c6bb6f is #cccc66. Color #c6bb6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 01101111
Octal 306 273 157
Decimal 198 187 111
Hex C6 BB 6F

RGB Percentages of Color #c6bb6f

%39.92
%37.70
%22.38

CMYK Percentages of Color #c6bb6f

%0
%6
%44
%22

Triadic Colors of #c6bb6f

#c6bb6f #6fc6bb #bb6fc6

Analogous Colors of #c6bb6f

#c6bb6f #a6c66f #c6906f

Monochromatic Colors of #c6bb6f

#c6bb6f

Complementary Color

#c6bb6f #6f7ac6

#c6bb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bb6f Color CSS Codes

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

#c6bb6f Text Font Color

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

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


#c6bb6f Background Color

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

This div background color is #c6bb6f


#c6bb6f Border Color

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

This div border color is #c6bb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bb6f


Comments

No comments written yet.

Please login to write comment.