Color Hex Logo

#c5bc55 Color Hex

#C5BC55
(197,188,85)
0 Favorites   0 Comments

Color spaces of #c5bc55

RGB 19718885
HSL0.150.490.55
HSV55°57°77°
CMYK 0.000.050.57   0.23
XYZ42.648948.492615.7065
Yxy48.49260.39920.4538
Hunter Lab69.6366-12.541935.3728
CIE-Lab75.1346-10.032152.2380

#c5bc55 color RGB value is (197,188,85).

#c5bc55 hex color red value is 197, green value is 188 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c5bc55 hue: 0.15 , saturation: 0.49 and the lightness value of c5bc55 is 0.55.

The process color (four color CMYK) of #c5bc55 color hex is 0.00, 0.05, 0.57, 0.23. Web safe color of #c5bc55 is #cccc66. Color #c5bc55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111100 01010101
Octal 305 274 125
Decimal 197 188 85
Hex C5 BC 55

RGB Percentages of Color #c5bc55

%41.91
%40.00
%18.09

CMYK Percentages of Color #c5bc55

%0
%5
%57
%23

Triadic Colors of #c5bc55

#c5bc55 #55c5bc #bc55c5

Analogous Colors of #c5bc55

#c5bc55 #96c555 #c58455

Monochromatic Colors of #c5bc55

#c5bc55

Complementary Color

#c5bc55 #555ec5

#c5bc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bc55 Color CSS Codes

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

#c5bc55 Text Font Color

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

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


#c5bc55 Background Color

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

This div background color is #c5bc55


#c5bc55 Border Color

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

This div border color is #c5bc55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,188,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bc55


Comments

No comments written yet.

Please login to write comment.