Color Hex Logo

#b9bd11 Color Hex

#B9BD11
(185,189,17)
0 Favorites   0 Comments

Color spaces of #b9bd11

RGB 18518917
HSL0.170.830.40
HSV61°91°74°
CMYK 0.020.000.91   0.26
XYZ38.306446.75007.5350
Yxy46.75000.41370.5049
Hunter Lab68.3740-19.650141.3279
CIE-Lab74.0296-18.728773.1118

#b9bd11 color RGB value is (185,189,17).

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

The process color (four color CMYK) of #b9bd11 color hex is 0.02, 0.00, 0.91, 0.26. Web safe color of #b9bd11 is #cccc00. Color #b9bd11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111101 00010001
Octal 271 275 21
Decimal 185 189 17
Hex B9 BD 11

RGB Percentages of Color #b9bd11

%47.31
%48.34
%4.35

CMYK Percentages of Color #b9bd11

%2
%0
%91
%26

Triadic Colors of #b9bd11

#b9bd11 #11b9bd #bd11b9

Analogous Colors of #b9bd11

#b9bd11 #63bd11 #bd6b11

Monochromatic Colors of #b9bd11

#b9bd11

Complementary Color

#b9bd11 #1511bd

#b9bd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bd11 Color CSS Codes

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

#b9bd11 Text Font Color

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

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


#b9bd11 Background Color

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

This div background color is #b9bd11


#b9bd11 Border Color

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

This div border color is #b9bd11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,189,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 #b9bd11">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bd11


Comments

No comments written yet.

Please login to write comment.