Color Hex Logo

#c7ba32 Color Hex

#C7BA32
(199,186,50)
0 Favorites   0 Comments

Color spaces of #c7ba32

RGB 19918650
HSL0.150.600.49
HSV55°75°78°
CMYK 0.000.070.75   0.22
XYZ41.687847.49029.9870
Yxy47.49020.42040.4789
Hunter Lab68.9131-12.617539.6468
CIE-Lab74.5022-10.203865.8421

#c7ba32 color RGB value is (199,186,50).

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

The process color (four color CMYK) of #c7ba32 color hex is 0.00, 0.07, 0.75, 0.22. Web safe color of #c7ba32 is #cccc33. Color #c7ba32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111010 00110010
Octal 307 272 62
Decimal 199 186 50
Hex C7 BA 32

RGB Percentages of Color #c7ba32

%45.75
%42.76
%11.49

CMYK Percentages of Color #c7ba32

%0
%7
%75
%22

Triadic Colors of #c7ba32

#c7ba32 #32c7ba #ba32c7

Analogous Colors of #c7ba32

#c7ba32 #8ac732 #c77032

Monochromatic Colors of #c7ba32

#c7ba32

Complementary Color

#c7ba32 #323fc7

#c7ba32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ba32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ba32 Color CSS Codes

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

#c7ba32 Text Font Color

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

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


#c7ba32 Background Color

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

This div background color is #c7ba32


#c7ba32 Border Color

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

This div border color is #c7ba32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ba32


Comments

No comments written yet.

Please login to write comment.