Color Hex Logo

#c7b30a Color Hex

#C7B30A
(199,179,10)
0 Favorites   0 Comments

Color spaces of #c7b30a

RGB 19917910
HSL0.150.900.41
HSV54°95°78°
CMYK 0.000.100.95   0.22
XYZ39.728144.40426.7641
Yxy44.40420.43710.4885
Hunter Lab66.6365-10.193740.6272
CIE-Lab72.4978-7.612773.3725

#c7b30a color RGB value is (199,179,10).

#c7b30a hex color red value is 199, green value is 179 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c7b30a hue: 0.15 , saturation: 0.90 and the lightness value of c7b30a is 0.41.

The process color (four color CMYK) of #c7b30a color hex is 0.00, 0.10, 0.95, 0.22. Web safe color of #c7b30a is #cccc00. Color #c7b30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10110011 00001010
Octal 307 263 12
Decimal 199 179 10
Hex C7 B3 A

RGB Percentages of Color #c7b30a

%51.29
%46.13
%2.58

CMYK Percentages of Color #c7b30a

%0
%10
%95
%22

Triadic Colors of #c7b30a

#c7b30a #0ac7b3 #b30ac7

Analogous Colors of #c7b30a

#c7b30a #7dc70a #c7550a

Monochromatic Colors of #c7b30a

#c7b30a

Complementary Color

#c7b30a #0a1ec7

#c7b30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7b30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7b30a Color CSS Codes

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

#c7b30a Text Font Color

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

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


#c7b30a Background Color

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

This div background color is #c7b30a


#c7b30a Border Color

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

This div border color is #c7b30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7b30a


Comments

No comments written yet.

Please login to write comment.