Color Hex Logo

#b9ff4e Color Hex

#B9FF4E
(185,255,78)
0 Favorites   0 Comments

Color spaces of #b9ff4e

RGB 18525578
HSL0.231.000.65
HSV84°69°100°
CMYK 0.270.000.69   0.00
XYZ57.142782.384320.0978
Yxy82.38430.35800.5161
Hunter Lab90.7658-46.463350.4078
CIE-Lab92.7442-46.726773.6156

#b9ff4e color RGB value is (185,255,78).

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

The process color (four color CMYK) of #b9ff4e color hex is 0.27, 0.00, 0.69, 0.00. Web safe color of #b9ff4e is #ccff66. Color #b9ff4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111111 01001110
Octal 271 377 116
Decimal 185 255 78
Hex B9 FF 4E

RGB Percentages of Color #b9ff4e

%35.71
%49.23
%15.06

CMYK Percentages of Color #b9ff4e

%27
%0
%69
%0

Triadic Colors of #b9ff4e

#b9ff4e #4eb9ff #ff4eb9

Analogous Colors of #b9ff4e

#b9ff4e #61ff4e #ffed4e

Monochromatic Colors of #b9ff4e

#b9ff4e

Complementary Color

#b9ff4e #944eff

#b9ff4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ff4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ff4e Color CSS Codes

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

#b9ff4e Text Font Color

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

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


#b9ff4e Background Color

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

This div background color is #b9ff4e


#b9ff4e Border Color

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

This div border color is #b9ff4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ff4e

Related Colors


Comments

No comments written yet.

Please login to write comment.