color codes Logo

#b9ff6e color codes

#B9FF6E
(185,255,110)
0 Favorites   0 Comments

Color spaces of #b9ff6e

RGB 185255110
HSL0.251.000.72
HSV89°57°100°
CMYK 0.270.000.57   0.00
XYZ58.582182.960127.6771
Yxy82.96010.34620.4903
Hunter Lab91.0824-44.587245.7413
CIE-Lab92.9970-44.302261.2335

#b9ff6e color RGB value is (185,255,110).

#b9ff6e hex color red value is 185, green value is 255 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b9ff6e hue: 0.25 , saturation: 1.00 and the lightness value of b9ff6e is 0.72.

The process color (four color CMYK) of #b9ff6e color code is 0.27, 0.00, 0.57, 0.00. Web safe color of #b9ff6e is #ccff66. Color #b9ff6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111111 01101110
Octal 271 377 156
Decimal 185 255 110
Hex B9 FF 6E

RGB Percentages of Color #b9ff6e

%33.64
%46.36
%20.00

CMYK Percentages of Color #b9ff6e

%27
%0
%57
%0

Triadic Colors of #b9ff6e

#b9ff6e #6eb9ff #ff6eb9

Analogous Colors of #b9ff6e

#b9ff6e #71ff6e #fffd6e

Monochromatic Colors of #b9ff6e

#b9ff6e

Complementary Color

#b9ff6e #b46eff

#b9ff6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ff6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ff6e Color CSS Codes

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

#b9ff6e Text Font Color

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

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


#b9ff6e Background Color

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

This div background color is #b9ff6e


#b9ff6e Border Color

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

This div border color is #b9ff6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ff6e

Related Colors


Comments

No comments written yet.

Please login to write comment.