Color Hex Logo

#c7b86c Color Hex

#C7B86C
(199,184,108)
0 Favorites   0 Comments

Color spaces of #c7b86c

RGB 199184108
HSL0.140.450.60
HSV50°46°78°
CMYK 0.000.080.46   0.22
XYZ43.400547.505821.0694
Yxy47.50580.38760.4243
Hunter Lab68.9245-8.219530.1229
CIE-Lab74.5121-5.113740.3748

#c7b86c color RGB value is (199,184,108).

#c7b86c hex color red value is 199, green value is 184 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c7b86c hue: 0.14 , saturation: 0.45 and the lightness value of c7b86c is 0.60.

The process color (four color CMYK) of #c7b86c color hex is 0.00, 0.08, 0.46, 0.22. Web safe color of #c7b86c is #cccc66. Color #c7b86c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111000 01101100
Octal 307 270 154
Decimal 199 184 108
Hex C7 B8 6C

RGB Percentages of Color #c7b86c

%40.53
%37.47
%22.00

CMYK Percentages of Color #c7b86c

%0
%8
%46
%22

Triadic Colors of #c7b86c

#c7b86c #6cc7b8 #b86cc7

Analogous Colors of #c7b86c

#c7b86c #a9c76c #c78b6c

Monochromatic Colors of #c7b86c

#c7b86c

Complementary Color

#c7b86c #6c7bc7

#c7b86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7b86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7b86c Color CSS Codes

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

#c7b86c Text Font Color

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

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


#c7b86c Background Color

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

This div background color is #c7b86c


#c7b86c Border Color

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

This div border color is #c7b86c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,184,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7b86c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7b86c;
  -webkit-box-shadow: 1px 1px 3px 2px #c7b86c;
  box-shadow:         1px 1px 3px 2px #c7b86c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,184,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7b86c


Comments

No comments written yet.

Please login to write comment.