Color Hex Logo

#c5c249 Color Hex

#C5C249
(197,194,73)
0 Favorites   0 Comments

Color spaces of #c5c249

RGB 19719473
HSL0.160.520.53
HSV59°63°77°
CMYK 0.000.020.63   0.23
XYZ43.520350.934913.8410
Yxy50.93490.40190.4703
Hunter Lab71.3687-16.046738.4596
CIE-Lab76.6396-13.929659.1617

#c5c249 color RGB value is (197,194,73).

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

The process color (four color CMYK) of #c5c249 color hex is 0.00, 0.02, 0.63, 0.23. Web safe color of #c5c249 is #cccc33. Color #c5c249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000010 01001001
Octal 305 302 111
Decimal 197 194 73
Hex C5 C2 49

RGB Percentages of Color #c5c249

%42.46
%41.81
%15.73

CMYK Percentages of Color #c5c249

%0
%2
%63
%23

Triadic Colors of #c5c249

#c5c249 #49c5c2 #c249c5

Analogous Colors of #c5c249

#c5c249 #8ac549 #c58449

Monochromatic Colors of #c5c249

#c5c249

Complementary Color

#c5c249 #494cc5

#c5c249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c249 Color CSS Codes

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

#c5c249 Text Font Color

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

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


#c5c249 Background Color

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

This div background color is #c5c249


#c5c249 Border Color

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

This div border color is #c5c249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c249


Comments

No comments written yet.

Please login to write comment.