Color Hex Logo

#b9ff7c Color Hex

#B9FF7C
(185,255,124)
0 Favorites   0 Comments

Color spaces of #b9ff7c

RGB 185255124
HSL0.261.000.74
HSV92°51°100°
CMYK 0.270.000.51   0.00
XYZ59.405783.289532.0143
Yxy83.28950.34000.4767
Hunter Lab91.2631-43.519743.0857
CIE-Lab93.1410-42.938355.1825

#b9ff7c color RGB value is (185,255,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111111 01111100
Octal 271 377 174
Decimal 185 255 124
Hex B9 FF 7C

RGB Percentages of Color #b9ff7c

%32.80
%45.21
%21.99

CMYK Percentages of Color #b9ff7c

%27
%0
%51
%0

Triadic Colors of #b9ff7c

#b9ff7c #7cb9ff #ff7cb9

Analogous Colors of #b9ff7c

#b9ff7c #7cff81 #fbff7c

Monochromatic Colors of #b9ff7c

#b9ff7c

Complementary Color

#b9ff7c #c27cff

#b9ff7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ff7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ff7c Color CSS Codes

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

#b9ff7c Text Font Color

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

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


#b9ff7c Background Color

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

This div background color is #b9ff7c


#b9ff7c Border Color

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

This div border color is #b9ff7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ff7c


Comments

No comments written yet.

Please login to write comment.