Color Hex Logo

#b0e010 Color Hex

#B0E010
(176,224,16)
0 Favorites   0 Comments

Color spaces of #b0e010

RGB 17622416
HSL0.210.870.47
HSV74°93°88°
CMYK 0.210.000.93   0.12
XYZ44.653762.578810.2156
Yxy62.57880.38020.5328
Hunter Lab79.1068-37.678347.7182
CIE-Lab83.2203-38.977980.1902

#b0e010 color RGB value is (176,224,16).

#b0e010 hex color red value is 176, green value is 224 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b0e010 hue: 0.21 , saturation: 0.87 and the lightness value of b0e010 is 0.47.

The process color (four color CMYK) of #b0e010 color hex is 0.21, 0.00, 0.93, 0.12. Web safe color of #b0e010 is #99cc00. Color #b0e010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11100000 00010000
Octal 260 340 20
Decimal 176 224 16
Hex B0 E0 10

RGB Percentages of Color #b0e010

%42.31
%53.85
%3.85

CMYK Percentages of Color #b0e010

%21
%0
%93
%12

Triadic Colors of #b0e010

#b0e010 #10b0e0 #e010b0

Analogous Colors of #b0e010

#b0e010 #48e010 #e0a810

Monochromatic Colors of #b0e010

#b0e010

Complementary Color

#b0e010 #4010e0

#b0e010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0e010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0e010 Color CSS Codes

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

#b0e010 Text Font Color

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

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


#b0e010 Background Color

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

This div background color is #b0e010


#b0e010 Border Color

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

This div border color is #b0e010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0e010


Comments

No comments written yet.

Please login to write comment.