Color Hex Logo

#b4e120 Color Hex

#B4E120
(180,225,32)
0 Favorites   0 Comments

Color spaces of #b4e120

RGB 18022532
HSL0.210.760.50
HSV74°86°88°
CMYK 0.200.000.86   0.12
XYZ46.008363.658011.2288
Yxy63.65800.38060.5266
Hunter Lab79.7860-36.694047.5059
CIE-Lab83.7874-37.531078.2577

#b4e120 color RGB value is (180,225,32).

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

The process color (four color CMYK) of #b4e120 color hex is 0.20, 0.00, 0.86, 0.12. Web safe color of #b4e120 is #cccc33. Color #b4e120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11100001 00100000
Octal 264 341 40
Decimal 180 225 32
Hex B4 E1 20

RGB Percentages of Color #b4e120

%41.19
%51.49
%7.32

CMYK Percentages of Color #b4e120

%20
%0
%86
%12

Triadic Colors of #b4e120

#b4e120 #20b4e1 #e120b4

Analogous Colors of #b4e120

#b4e120 #53e120 #e1ae20

Monochromatic Colors of #b4e120

#b4e120

Complementary Color

#b4e120 #4d20e1

#b4e120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e120 Color CSS Codes

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

#b4e120 Text Font Color

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

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


#b4e120 Background Color

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

This div background color is #b4e120


#b4e120 Border Color

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

This div border color is #b4e120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e120


Comments

No comments written yet.

Please login to write comment.