Color Hex Logo

#b0fe4c Color Hex

#B0FE4C
(176,254,76)
0 Favorites   0 Comments

Color spaces of #b0fe4c

RGB 17625476
HSL0.240.990.65
HSV86°70°100°
CMYK 0.310.000.70   0.00
XYZ54.650880.635519.5213
Yxy80.63550.35300.5209
Hunter Lab89.7973-48.509849.9689
CIE-Lab91.9692-49.611973.3789

#b0fe4c color RGB value is (176,254,76).

#b0fe4c hex color red value is 176, green value is 254 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b0fe4c hue: 0.24 , saturation: 0.99 and the lightness value of b0fe4c is 0.65.

The process color (four color CMYK) of #b0fe4c color hex is 0.31, 0.00, 0.70, 0.00. Web safe color of #b0fe4c is #99ff33. Color #b0fe4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111110 01001100
Octal 260 376 114
Decimal 176 254 76
Hex B0 FE 4C

RGB Percentages of Color #b0fe4c

%34.78
%50.20
%15.02

CMYK Percentages of Color #b0fe4c

%31
%0
%70
%0

Triadic Colors of #b0fe4c

#b0fe4c #4cb0fe #fe4cb0

Analogous Colors of #b0fe4c

#b0fe4c #57fe4c #fef34c

Monochromatic Colors of #b0fe4c

#b0fe4c

Complementary Color

#b0fe4c #9a4cfe

#b0fe4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fe4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fe4c Color CSS Codes

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

#b0fe4c Text Font Color

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

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


#b0fe4c Background Color

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

This div background color is #b0fe4c


#b0fe4c Border Color

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

This div border color is #b0fe4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,254,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0fe4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0fe4c;
  -webkit-box-shadow: 1px 1px 3px 2px #b0fe4c;
  box-shadow:         1px 1px 3px 2px #b0fe4c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,254,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fe4c


Comments

No comments written yet.

Please login to write comment.