Color Hex Logo

#b8f01e Color Hex

#B8F01E
(184,240,30)
0 Favorites   0 Comments

Color spaces of #b8f01e

RGB 18424030
HSL0.210.880.53
HSV76°88°94°
CMYK 0.230.000.88   0.06
XYZ51.161672.604312.5458
Yxy72.60430.37530.5326
Hunter Lab85.2082-41.937450.9160
CIE-Lab88.2587-42.661682.4347

#b8f01e color RGB value is (184,240,30).

#b8f01e hex color red value is 184, green value is 240 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b8f01e hue: 0.21 , saturation: 0.88 and the lightness value of b8f01e is 0.53.

The process color (four color CMYK) of #b8f01e color hex is 0.23, 0.00, 0.88, 0.06. Web safe color of #b8f01e is #ccff33. Color #b8f01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11110000 00011110
Octal 270 360 36
Decimal 184 240 30
Hex B8 F0 1E

RGB Percentages of Color #b8f01e

%40.53
%52.86
%6.61

CMYK Percentages of Color #b8f01e

%23
%0
%88
%6

Triadic Colors of #b8f01e

#b8f01e #1eb8f0 #f01eb8

Analogous Colors of #b8f01e

#b8f01e #4ff01e #f0bf1e

Monochromatic Colors of #b8f01e

#b8f01e

Complementary Color

#b8f01e #561ef0

#b8f01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8f01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8f01e Color CSS Codes

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

#b8f01e Text Font Color

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

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


#b8f01e Background Color

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

This div background color is #b8f01e


#b8f01e Border Color

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

This div border color is #b8f01e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,240,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 #b8f01e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8f01e


Comments

No comments written yet.

Please login to write comment.