Color Hex Logo

#c5bc42 Color Hex

#C5BC42
(197,188,66)
0 Favorites   0 Comments

Color spaces of #c5bc42

RGB 19718866
HSL0.160.530.52
HSV56°66°77°
CMYK 0.000.050.66   0.23
XYZ41.992548.230112.2504
Yxy48.23010.40980.4707
Hunter Lab69.4479-13.601738.1549
CIE-Lab74.9698-11.296060.2928

#c5bc42 color RGB value is (197,188,66).

#c5bc42 hex color red value is 197, green value is 188 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c5bc42 hue: 0.16 , saturation: 0.53 and the lightness value of c5bc42 is 0.52.

The process color (four color CMYK) of #c5bc42 color hex is 0.00, 0.05, 0.66, 0.23. Web safe color of #c5bc42 is #cccc33. Color #c5bc42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111100 01000010
Octal 305 274 102
Decimal 197 188 66
Hex C5 BC 42

RGB Percentages of Color #c5bc42

%43.68
%41.69
%14.63

CMYK Percentages of Color #c5bc42

%0
%5
%66
%23

Triadic Colors of #c5bc42

#c5bc42 #42c5bc #bc42c5

Analogous Colors of #c5bc42

#c5bc42 #8dc542 #c57b42

Monochromatic Colors of #c5bc42

#c5bc42

Complementary Color

#c5bc42 #424bc5

#c5bc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bc42 Color CSS Codes

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

#c5bc42 Text Font Color

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

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


#c5bc42 Background Color

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

This div background color is #c5bc42


#c5bc42 Border Color

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

This div border color is #c5bc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bc42


Comments

No comments written yet.

Please login to write comment.