Color Hex Logo

#c5b446 Color Hex

#C5B446
(197,180,70)
0 Favorites   0 Comments

Color spaces of #c5b446

RGB 19718070
HSL0.140.520.52
HSV52°64°77°
CMYK 0.000.090.64   0.23
XYZ40.452744.955012.3395
Yxy44.95500.41390.4599
Hunter Lab67.0485-9.639636.0223
CIE-Lab72.8623-6.924356.4255

#c5b446 color RGB value is (197,180,70).

#c5b446 hex color red value is 197, green value is 180 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c5b446 hue: 0.14 , saturation: 0.52 and the lightness value of c5b446 is 0.52.

The process color (four color CMYK) of #c5b446 color hex is 0.00, 0.09, 0.64, 0.23. Web safe color of #c5b446 is #cccc33. Color #c5b446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10110100 01000110
Octal 305 264 106
Decimal 197 180 70
Hex C5 B4 46

RGB Percentages of Color #c5b446

%44.07
%40.27
%15.66

CMYK Percentages of Color #c5b446

%0
%9
%64
%23

Triadic Colors of #c5b446

#c5b446 #46c5b4 #b446c5

Analogous Colors of #c5b446

#c5b446 #97c546 #c57546

Monochromatic Colors of #c5b446

#c5b446

Complementary Color

#c5b446 #4657c5

#c5b446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5b446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5b446 Color CSS Codes

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

#c5b446 Text Font Color

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

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


#c5b446 Background Color

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

This div background color is #c5b446


#c5b446 Border Color

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

This div border color is #c5b446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5b446


Comments

No comments written yet.

Please login to write comment.