Color Hex Logo

#c4ba37 Color Hex

#C4BA37
(196,186,55)
0 Favorites   0 Comments

Color spaces of #c4ba37

RGB 19618655
HSL0.150.560.49
HSV56°72°77°
CMYK 0.000.050.72   0.23
XYZ41.013447.129410.5497
Yxy47.12940.41560.4775
Hunter Lab68.6509-13.499538.9444
CIE-Lab74.2725-11.273163.7828

#c4ba37 color RGB value is (196,186,55).

#c4ba37 hex color red value is 196, green value is 186 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #c4ba37 hue: 0.15 , saturation: 0.56 and the lightness value of c4ba37 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 00110111
Octal 304 272 67
Decimal 196 186 55
Hex C4 BA 37

RGB Percentages of Color #c4ba37

%44.85
%42.56
%12.59

CMYK Percentages of Color #c4ba37

%0
%5
%72
%23

Triadic Colors of #c4ba37

#c4ba37 #37c4ba #ba37c4

Analogous Colors of #c4ba37

#c4ba37 #88c437 #c47437

Monochromatic Colors of #c4ba37

#c4ba37

Complementary Color

#c4ba37 #3741c4

#c4ba37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ba37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ba37 Color CSS Codes

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

#c4ba37 Text Font Color

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

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


#c4ba37 Background Color

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

This div background color is #c4ba37


#c4ba37 Border Color

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

This div border color is #c4ba37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,186,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4ba37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4ba37;
  -webkit-box-shadow: 1px 1px 3px 2px #c4ba37;
  box-shadow:         1px 1px 3px 2px #c4ba37; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,186,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ba37


Comments

No comments written yet.

Please login to write comment.