Color Hex Logo

#b0e13d Color Hex

#B0E13D
(176,225,61)
0 Favorites   0 Comments

Color spaces of #b0e13d

RGB 17622561
HSL0.220.730.56
HSV78°73°88°
CMYK 0.220.000.73   0.12
XYZ45.672063.417514.2485
Yxy63.41750.37030.5142
Hunter Lab79.6351-36.988845.1363
CIE-Lab83.6616-37.947670.2912

#b0e13d color RGB value is (176,225,61).

#b0e13d hex color red value is 176, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b0e13d hue: 0.22 , saturation: 0.73 and the lightness value of b0e13d is 0.56.

The process color (four color CMYK) of #b0e13d color hex is 0.22, 0.00, 0.73, 0.12. Web safe color of #b0e13d is #99cc33. Color #b0e13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11100001 00111101
Octal 260 341 75
Decimal 176 225 61
Hex B0 E1 3D

RGB Percentages of Color #b0e13d

%38.10
%48.70
%13.20

CMYK Percentages of Color #b0e13d

%22
%0
%73
%12

Triadic Colors of #b0e13d

#b0e13d #3db0e1 #e13db0

Analogous Colors of #b0e13d

#b0e13d #5ee13d #e1c03d

Monochromatic Colors of #b0e13d

#b0e13d

Complementary Color

#b0e13d #6e3de1

#b0e13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0e13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0e13d Color CSS Codes

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

#b0e13d Text Font Color

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

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


#b0e13d Background Color

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

This div background color is #b0e13d


#b0e13d Border Color

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

This div border color is #b0e13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0e13d


Comments

No comments written yet.

Please login to write comment.