Color Hex Logo

#b0e56a Color Hex

#B0E56A
(176,229,106)
0 Favorites   0 Comments

Color spaces of #b0e56a

RGB 176229106
HSL0.240.700.66
HSV86°54°90°
CMYK 0.230.000.54   0.10
XYZ48.525366.309323.8771
Yxy66.30930.34980.4780
Hunter Lab81.4305-36.133439.6163
CIE-Lab85.1539-36.388953.7969

#b0e56a color RGB value is (176,229,106).

#b0e56a hex color red value is 176, green value is 229 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b0e56a hue: 0.24 , saturation: 0.70 and the lightness value of b0e56a is 0.66.

The process color (four color CMYK) of #b0e56a color hex is 0.23, 0.00, 0.54, 0.10. Web safe color of #b0e56a is #99cc66. Color #b0e56a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11100101 01101010
Octal 260 345 152
Decimal 176 229 106
Hex B0 E5 6A

RGB Percentages of Color #b0e56a

%34.44
%44.81
%20.74

CMYK Percentages of Color #b0e56a

%23
%0
%54
%10

Triadic Colors of #b0e56a

#b0e56a #6ab0e5 #e56ab0

Analogous Colors of #b0e56a

#b0e56a #73e56a #e5dd6a

Monochromatic Colors of #b0e56a

#b0e56a

Complementary Color

#b0e56a #9f6ae5

#b0e56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0e56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0e56a Color CSS Codes

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

#b0e56a Text Font Color

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

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


#b0e56a Background Color

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

This div background color is #b0e56a


#b0e56a Border Color

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

This div border color is #b0e56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0e56a


Comments

No comments written yet.

Please login to write comment.