Color Hex Logo

#b9c011 Color Hex

#B9C011
(185,192,17)
0 Favorites   0 Comments

Color spaces of #b9c011

RGB 18519217
HSL0.170.840.41
HSV62°91°75°
CMYK 0.040.000.91   0.25
XYZ38.958448.05407.7523
Yxy48.05400.41110.5071
Hunter Lab69.3210-20.994741.8942
CIE-Lab74.8590-20.220173.7600

#b9c011 color RGB value is (185,192,17).

#b9c011 hex color red value is 185, green value is 192 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b9c011 hue: 0.17 , saturation: 0.84 and the lightness value of b9c011 is 0.41.

The process color (four color CMYK) of #b9c011 color hex is 0.04, 0.00, 0.91, 0.25. Web safe color of #b9c011 is #cccc00. Color #b9c011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11000000 00010001
Octal 271 300 21
Decimal 185 192 17
Hex B9 C0 11

RGB Percentages of Color #b9c011

%46.95
%48.73
%4.31

CMYK Percentages of Color #b9c011

%4
%0
%91
%25

Triadic Colors of #b9c011

#b9c011 #11b9c0 #c011b9

Analogous Colors of #b9c011

#b9c011 #62c011 #c07011

Monochromatic Colors of #b9c011

#b9c011

Complementary Color

#b9c011 #1811c0

#b9c011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9c011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9c011 Color CSS Codes

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

#b9c011 Text Font Color

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

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


#b9c011 Background Color

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

This div background color is #b9c011


#b9c011 Border Color

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

This div border color is #b9c011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9c011


Comments

No comments written yet.

Please login to write comment.