color codes Logo

#c7bd16 color codes

#C7BD16
(199,189,22)
0 Favorites   0 Comments

Color spaces of #c7bd16

RGB 19918922
HSL0.160.800.43
HSV57°89°78°
CMYK 0.000.050.89   0.22
XYZ41.895648.59527.9307
Yxy48.59520.42570.4937
Hunter Lab69.7103-14.715142.0520
CIE-Lab75.1988-12.576173.7148

#c7bd16 color RGB value is (199,189,22).

#c7bd16 hex color red value is 199, green value is 189 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c7bd16 hue: 0.16 , saturation: 0.80 and the lightness value of c7bd16 is 0.43.

The process color (four color CMYK) of #c7bd16 color code is 0.00, 0.05, 0.89, 0.22. Web safe color of #c7bd16 is #cccc00. Color #c7bd16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111101 00010110
Octal 307 275 26
Decimal 199 189 22
Hex C7 BD 16

RGB Percentages of Color #c7bd16

%48.54
%46.10
%5.37

CMYK Percentages of Color #c7bd16

%0
%5
%89
%22

Triadic Colors of #c7bd16

#c7bd16 #16c7bd #bd16c7

Analogous Colors of #c7bd16

#c7bd16 #79c716 #c76516

Monochromatic Colors of #c7bd16

#c7bd16

Complementary Color

#c7bd16 #1620c7

#c7bd16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bd16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bd16 Color CSS Codes

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

#c7bd16 Text Font Color

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

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


#c7bd16 Background Color

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

This div background color is #c7bd16


#c7bd16 Border Color

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

This div border color is #c7bd16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bd16


Comments

No comments written yet.

Please login to write comment.