Color Hex Logo

#b0f86d Color Hex

#B0F86D
(176,248,109)
0 Favorites   0 Comments

Color spaces of #b0f86d

RGB 176248109
HSL0.250.910.70
HSV91°56°97°
CMYK 0.290.000.56   0.03
XYZ54.232277.469026.5627
Yxy77.46900.34270.4895
Hunter Lab88.0165-44.044343.7183
CIE-Lab90.5370-44.502958.7160

#b0f86d color RGB value is (176,248,109).

#b0f86d hex color red value is 176, green value is 248 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b0f86d hue: 0.25 , saturation: 0.91 and the lightness value of b0f86d is 0.70.

The process color (four color CMYK) of #b0f86d color hex is 0.29, 0.00, 0.56, 0.03. Web safe color of #b0f86d is #99ff66. Color #b0f86d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111000 01101101
Octal 260 370 155
Decimal 176 248 109
Hex B0 F8 6D

RGB Percentages of Color #b0f86d

%33.02
%46.53
%20.45

CMYK Percentages of Color #b0f86d

%29
%0
%56
%3

Triadic Colors of #b0f86d

#b0f86d #6db0f8 #f86db0

Analogous Colors of #b0f86d

#b0f86d #6df870 #f6f86d

Monochromatic Colors of #b0f86d

#b0f86d

Complementary Color

#b0f86d #b56df8

#b0f86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0f86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0f86d Color CSS Codes

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

#b0f86d Text Font Color

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

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


#b0f86d Background Color

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

This div background color is #b0f86d


#b0f86d Border Color

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

This div border color is #b0f86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0f86d


Comments

No comments written yet.

Please login to write comment.