Color Hex Logo

#b0e533 Color Hex

#B0E533
(176,229,51)
0 Favorites   0 Comments

Color spaces of #b0e533

RGB 17622951
HSL0.220.770.55
HSV78°78°90°
CMYK 0.230.000.78   0.10
XYZ46.521365.507713.3243
Yxy65.50770.37110.5226
Hunter Lab80.9368-39.040346.8951
CIE-Lab84.7447-40.203574.4033

#b0e533 color RGB value is (176,229,51).

#b0e533 hex color red value is 176, green value is 229 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b0e533 hue: 0.22 , saturation: 0.77 and the lightness value of b0e533 is 0.55.

The process color (four color CMYK) of #b0e533 color hex is 0.23, 0.00, 0.78, 0.10. Web safe color of #b0e533 is #99cc33. Color #b0e533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11100101 00110011
Octal 260 345 63
Decimal 176 229 51
Hex B0 E5 33

RGB Percentages of Color #b0e533

%38.60
%50.22
%11.18

CMYK Percentages of Color #b0e533

%23
%0
%78
%10

Triadic Colors of #b0e533

#b0e533 #33b0e5 #e533b0

Analogous Colors of #b0e533

#b0e533 #57e533 #e5c133

Monochromatic Colors of #b0e533

#b0e533

Complementary Color

#b0e533 #6833e5

#b0e533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0e533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0e533 Color CSS Codes

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

#b0e533 Text Font Color

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

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


#b0e533 Background Color

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

This div background color is #b0e533


#b0e533 Border Color

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

This div border color is #b0e533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0e533


Comments

No comments written yet.

Please login to write comment.