Color Hex Logo

#b9d11e Color Hex

#B9D11E
(185,209,30)
0 Favorites   0 Comments

Color spaces of #b9d11e

RGB 18520930
HSL0.190.750.47
HSV68°86°82°
CMYK 0.110.000.86   0.18
XYZ43.042456.00909.7705
Yxy56.00900.39550.5147
Hunter Lab74.8392-28.307544.6469
CIE-Lab79.6189-28.187675.3206

#b9d11e color RGB value is (185,209,30).

#b9d11e hex color red value is 185, green value is 209 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b9d11e hue: 0.19 , saturation: 0.75 and the lightness value of b9d11e is 0.47.

The process color (four color CMYK) of #b9d11e color hex is 0.11, 0.00, 0.86, 0.18. Web safe color of #b9d11e is #cccc33. Color #b9d11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11010001 00011110
Octal 271 321 36
Decimal 185 209 30
Hex B9 D1 1E

RGB Percentages of Color #b9d11e

%43.63
%49.29
%7.08

CMYK Percentages of Color #b9d11e

%11
%0
%86
%18

Triadic Colors of #b9d11e

#b9d11e #1eb9d1 #d11eb9

Analogous Colors of #b9d11e

#b9d11e #60d11e #d1901e

Monochromatic Colors of #b9d11e

#b9d11e

Complementary Color

#b9d11e #361ed1

#b9d11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9d11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9d11e Color CSS Codes

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

#b9d11e Text Font Color

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

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


#b9d11e Background Color

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

This div background color is #b9d11e


#b9d11e Border Color

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

This div border color is #b9d11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9d11e


Comments

No comments written yet.

Please login to write comment.