Color Hex Logo

#b9d91d Color Hex

#B9D91D
(185,217,29)
0 Favorites   0 Comments

Color spaces of #b9d91d

RGB 18521729
HSL0.200.760.48
HSV70°87°85°
CMYK 0.150.000.87   0.15
XYZ45.042260.028710.3751
Yxy60.02870.39020.5200
Hunter Lab77.4782-31.815346.2952
CIE-Lab81.8538-31.963977.3637

#b9d91d color RGB value is (185,217,29).

#b9d91d hex color red value is 185, green value is 217 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b9d91d hue: 0.20 , saturation: 0.76 and the lightness value of b9d91d is 0.48.

The process color (four color CMYK) of #b9d91d color hex is 0.15, 0.00, 0.87, 0.15. Web safe color of #b9d91d is #cccc33. Color #b9d91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011001 00011101
Octal 271 331 35
Decimal 185 217 29
Hex B9 D9 1D

RGB Percentages of Color #b9d91d

%42.92
%50.35
%6.73

CMYK Percentages of Color #b9d91d

%15
%0
%87
%15

Triadic Colors of #b9d91d

#b9d91d #1db9d9 #d91db9

Analogous Colors of #b9d91d

#b9d91d #5bd91d #d99b1d

Monochromatic Colors of #b9d91d

#b9d91d

Complementary Color

#b9d91d #3d1dd9

#b9d91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9d91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9d91d Color CSS Codes

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

#b9d91d Text Font Color

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

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


#b9d91d Background Color

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

This div background color is #b9d91d


#b9d91d Border Color

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

This div border color is #b9d91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9d91d


Comments

No comments written yet.

Please login to write comment.