Color Hex Logo

#b9c70c Color Hex

#B9C70C
(185,199,12)
0 Favorites   0 Comments

Color spaces of #b9c70c

RGB 18519912
HSL0.180.890.41
HSV64°94°78°
CMYK 0.070.000.94   0.22
XYZ40.497451.18778.0936
Yxy51.18770.40590.5130
Hunter Lab71.5456-24.167343.3747
CIE-Lab76.7926-23.726975.8947

#b9c70c color RGB value is (185,199,12).

#b9c70c hex color red value is 185, green value is 199 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b9c70c hue: 0.18 , saturation: 0.89 and the lightness value of b9c70c is 0.41.

The process color (four color CMYK) of #b9c70c color hex is 0.07, 0.00, 0.94, 0.22. Web safe color of #b9c70c is #cccc00. Color #b9c70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11000111 00001100
Octal 271 307 14
Decimal 185 199 12
Hex B9 C7 C

RGB Percentages of Color #b9c70c

%46.72
%50.25
%3.03

CMYK Percentages of Color #b9c70c

%7
%0
%94
%22

Triadic Colors of #b9c70c

#b9c70c #0cb9c7 #c70cb9

Analogous Colors of #b9c70c

#b9c70c #5cc70c #c7780c

Monochromatic Colors of #b9c70c

#b9c70c

Complementary Color

#b9c70c #1a0cc7

#b9c70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9c70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9c70c Color CSS Codes

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

#b9c70c Text Font Color

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

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


#b9c70c Background Color

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

This div background color is #b9c70c


#b9c70c Border Color

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

This div border color is #b9c70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9c70c


Comments

No comments written yet.

Please login to write comment.