Color Hex Logo

#c7bb3a Color Hex

#C7BB3A
(199,187,58)
0 Favorites   0 Comments

Color spaces of #c7bb3a

RGB 19918758
HSL0.150.560.50
HSV55°71°78°
CMYK 0.000.060.71   0.22
XYZ42.087247.988311.0474
Yxy47.98830.41620.4746
Hunter Lab69.2736-12.781039.0362
CIE-Lab74.8175-10.353663.3002

#c7bb3a color RGB value is (199,187,58).

#c7bb3a hex color red value is 199, green value is 187 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c7bb3a hue: 0.15 , saturation: 0.56 and the lightness value of c7bb3a is 0.50.

The process color (four color CMYK) of #c7bb3a color hex is 0.00, 0.06, 0.71, 0.22. Web safe color of #c7bb3a is #cccc33. Color #c7bb3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111011 00111010
Octal 307 273 72
Decimal 199 187 58
Hex C7 BB 3A

RGB Percentages of Color #c7bb3a

%44.82
%42.12
%13.06

CMYK Percentages of Color #c7bb3a

%0
%6
%71
%22

Triadic Colors of #c7bb3a

#c7bb3a #3ac7bb #bb3ac7

Analogous Colors of #c7bb3a

#c7bb3a #8dc73a #c7753a

Monochromatic Colors of #c7bb3a

#c7bb3a

Complementary Color

#c7bb3a #3a46c7

#c7bb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bb3a Color CSS Codes

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

#c7bb3a Text Font Color

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

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


#c7bb3a Background Color

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

This div background color is #c7bb3a


#c7bb3a Border Color

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

This div border color is #c7bb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bb3a


Comments

No comments written yet.

Please login to write comment.