color codes Logo

#c7bf07 color codes

#C7BF07
(199,191,7)
0 Favorites   0 Comments

Color spaces of #c7bf07

RGB 1991917
HSL0.160.930.40
HSV58°96°78°
CMYK 0.000.040.96   0.22
XYZ42.222349.41917.5145
Yxy49.41910.42580.4984
Hunter Lab70.2987-15.813442.8714
CIE-Lab75.7113-13.798776.0859

#c7bf07 color RGB value is (199,191,7).

#c7bf07 hex color red value is 199, green value is 191 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c7bf07 hue: 0.16 , saturation: 0.93 and the lightness value of c7bf07 is 0.40.

The process color (four color CMYK) of #c7bf07 color code is 0.00, 0.04, 0.96, 0.22. Web safe color of #c7bf07 is #cccc00. Color #c7bf07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 00000111
Octal 307 277 7
Decimal 199 191 7
Hex C7 BF 7

RGB Percentages of Color #c7bf07

%50.13
%48.11
%1.76

CMYK Percentages of Color #c7bf07

%0
%4
%96
%22

Triadic Colors of #c7bf07

#c7bf07 #07c7bf #bf07c7

Analogous Colors of #c7bf07

#c7bf07 #6fc707 #c75f07

Monochromatic Colors of #c7bf07

#c7bf07

Complementary Color

#c7bf07 #070fc7

#c7bf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bf07 Color CSS Codes

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

#c7bf07 Text Font Color

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

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


#c7bf07 Background Color

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

This div background color is #c7bf07


#c7bf07 Border Color

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

This div border color is #c7bf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bf07


Comments

No comments written yet.

Please login to write comment.