Color Hex Logo

#c5bf6f Color Hex

#C5BF6F
(197,191,111)
1 Favorites   0 Comments

Color spaces of #c5bf6f

RGB 197191111
HSL0.160.430.60
HSV56°44°77°
CMYK 0.000.030.44   0.23
XYZ44.526050.279622.3971
Yxy50.27960.37990.4290
Hunter Lab70.9081-12.002030.9083
CIE-Lab76.2406-9.263840.9742

#c5bf6f color RGB value is (197,191,111).

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

The process color (four color CMYK) of #c5bf6f color hex is 0.00, 0.03, 0.44, 0.23. Web safe color of #c5bf6f is #cccc66. Color #c5bf6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 01101111
Octal 305 277 157
Decimal 197 191 111
Hex C5 BF 6F

RGB Percentages of Color #c5bf6f

%39.48
%38.28
%22.24

CMYK Percentages of Color #c5bf6f

%0
%3
%44
%23

Triadic Colors of #c5bf6f

#c5bf6f #6fc5bf #bf6fc5

Analogous Colors of #c5bf6f

#c5bf6f #a0c56f #c5946f

Monochromatic Colors of #c5bf6f

#c5bf6f

Complementary Color

#c5bf6f #6f75c5

#c5bf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bf6f Color CSS Codes

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

#c5bf6f Text Font Color

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

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


#c5bf6f Background Color

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

This div background color is #c5bf6f


#c5bf6f Border Color

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

This div border color is #c5bf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bf6f

#c5bf6f Color Palettes


Comments

No comments written yet.

Please login to write comment.