color codes Logo

#b0f71b color codes

#B0F71B
(176,247,27)
0 Favorites   0 Comments

Color spaces of #b0f71b

RGB 17624727
HSL0.220.930.54
HSV79°89°97°
CMYK 0.290.000.89   0.03
XYZ51.363175.830812.9666
Yxy75.83080.36650.5410
Hunter Lab87.0809-47.106552.1282
CIE-Lab89.7807-48.689083.9828

#b0f71b color RGB value is (176,247,27).

#b0f71b hex color red value is 176, green value is 247 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #b0f71b hue: 0.22 , saturation: 0.93 and the lightness value of b0f71b is 0.54.

The process color (four color CMYK) of #b0f71b color code is 0.29, 0.00, 0.89, 0.03. Web safe color of #b0f71b is #99ff33. Color #b0f71b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11110111 00011011
Octal 260 367 33
Decimal 176 247 27
Hex B0 F7 1B

RGB Percentages of Color #b0f71b

%39.11
%54.89
%6.00

CMYK Percentages of Color #b0f71b

%29
%0
%89
%3

Triadic Colors of #b0f71b

#b0f71b #1bb0f7 #f71bb0

Analogous Colors of #b0f71b

#b0f71b #42f71b #f7d01b

Monochromatic Colors of #b0f71b

#b0f71b

Complementary Color

#b0f71b #621bf7

#b0f71b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0f71b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0f71b Color CSS Codes

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

#b0f71b Text Font Color

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

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


#b0f71b Background Color

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

This div background color is #b0f71b


#b0f71b Border Color

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

This div border color is #b0f71b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0f71b

Related Colors


Comments

No comments written yet.

Please login to write comment.