Color Hex Logo

#b4e31b Color Hex

#B4E31B
(180,227,27)
0 Favorites   0 Comments

Color spaces of #b4e31b

RGB 18022727
HSL0.210.790.50
HSV74°88°89°
CMYK 0.210.000.88   0.11
XYZ46.489364.720611.0790
Yxy64.72060.38020.5292
Hunter Lab80.4491-37.635848.1493
CIE-Lab84.3396-38.547779.6286

#b4e31b color RGB value is (180,227,27).

#b4e31b hex color red value is 180, green value is 227 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #b4e31b hue: 0.21 , saturation: 0.79 and the lightness value of b4e31b is 0.50.

The process color (four color CMYK) of #b4e31b color hex is 0.21, 0.00, 0.88, 0.11. Web safe color of #b4e31b is #cccc33. Color #b4e31b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11100011 00011011
Octal 264 343 33
Decimal 180 227 27
Hex B4 E3 1B

RGB Percentages of Color #b4e31b

%41.47
%52.30
%6.22

CMYK Percentages of Color #b4e31b

%21
%0
%88
%11

Triadic Colors of #b4e31b

#b4e31b #1bb4e3 #e31bb4

Analogous Colors of #b4e31b

#b4e31b #50e31b #e3ae1b

Monochromatic Colors of #b4e31b

#b4e31b

Complementary Color

#b4e31b #4a1be3

#b4e31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e31b Color CSS Codes

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

#b4e31b Text Font Color

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

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


#b4e31b Background Color

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

This div background color is #b4e31b


#b4e31b Border Color

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

This div border color is #b4e31b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,227,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4e31b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4e31b;
  -webkit-box-shadow: 1px 1px 3px 2px #b4e31b;
  box-shadow:         1px 1px 3px 2px #b4e31b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e31b


Comments

No comments written yet.

Please login to write comment.