Color Hex Logo

#b0e602 Color Hex

#B0E602
(176,230,2)
0 Favorites   0 Comments

Color spaces of #b0e602

RGB 1762302
HSL0.210.980.45
HSV74°99°90°
CMYK 0.230.000.99   0.10
XYZ46.212365.828110.3279
Yxy65.82810.37760.5380
Hunter Lab81.1345-40.316049.2469
CIE-Lab84.9087-41.784782.7694

#b0e602 color RGB value is (176,230,2).

#b0e602 hex color red value is 176, green value is 230 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b0e602 hue: 0.21 , saturation: 0.98 and the lightness value of b0e602 is 0.45.

The process color (four color CMYK) of #b0e602 color hex is 0.23, 0.00, 0.99, 0.10. Web safe color of #b0e602 is #99ff00. Color #b0e602 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11100110 00000010
Octal 260 346 2
Decimal 176 230 2
Hex B0 E6 2

RGB Percentages of Color #b0e602

%43.14
%56.37
%0.49

CMYK Percentages of Color #b0e602

%23
%0
%99
%10

Triadic Colors of #b0e602

#b0e602 #02b0e6 #e602b0

Analogous Colors of #b0e602

#b0e602 #3ee602 #e6aa02

Monochromatic Colors of #b0e602

#b0e602

Complementary Color

#b0e602 #3802e6

#b0e602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0e602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0e602 Color CSS Codes

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

#b0e602 Text Font Color

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

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


#b0e602 Background Color

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

This div background color is #b0e602


#b0e602 Border Color

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

This div border color is #b0e602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0e602


Comments

No comments written yet.

Please login to write comment.