Color Hex Logo

#c7bf5f Color Hex

#C7BF5F
(199,191,95)
0 Favorites   0 Comments

Color spaces of #c7bf5f

RGB 19919195
HSL0.150.480.58
HSV55°52°78°
CMYK 0.000.040.52   0.22
XYZ44.249550.229918.1896
Yxy50.22990.39270.4458
Hunter Lab70.8731-12.581634.3943
CIE-Lab76.2102-9.938348.8331

#c7bf5f color RGB value is (199,191,95).

#c7bf5f hex color red value is 199, green value is 191 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c7bf5f hue: 0.15 , saturation: 0.48 and the lightness value of c7bf5f is 0.58.

The process color (four color CMYK) of #c7bf5f color hex is 0.00, 0.04, 0.52, 0.22. Web safe color of #c7bf5f is #cccc66. Color #c7bf5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 01011111
Octal 307 277 137
Decimal 199 191 95
Hex C7 BF 5F

RGB Percentages of Color #c7bf5f

%41.03
%39.38
%19.59

CMYK Percentages of Color #c7bf5f

%0
%4
%52
%22

Triadic Colors of #c7bf5f

#c7bf5f #5fc7bf #bf5fc7

Analogous Colors of #c7bf5f

#c7bf5f #9bc75f #c78b5f

Monochromatic Colors of #c7bf5f

#c7bf5f

Complementary Color

#c7bf5f #5f67c7

#c7bf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bf5f Color CSS Codes

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

#c7bf5f Text Font Color

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

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


#c7bf5f Background Color

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

This div background color is #c7bf5f


#c7bf5f Border Color

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

This div border color is #c7bf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bf5f


Comments

No comments written yet.

Please login to write comment.