Color Hex Logo

#b8f12a Color Hex

#B8F12A
(184,241,42)
0 Favorites   0 Comments

Color spaces of #b8f12a

RGB 18424142
HSL0.210.880.55
HSV77°83°95°
CMYK 0.240.000.83   0.05
XYZ51.640473.268113.6109
Yxy73.26810.37280.5289
Hunter Lab85.5968-42.105650.4899
CIE-Lab88.5754-42.762280.3012

#b8f12a color RGB value is (184,241,42).

#b8f12a hex color red value is 184, green value is 241 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b8f12a hue: 0.21 , saturation: 0.88 and the lightness value of b8f12a is 0.55.

The process color (four color CMYK) of #b8f12a color hex is 0.24, 0.00, 0.83, 0.05. Web safe color of #b8f12a is #ccff33. Color #b8f12a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11110001 00101010
Octal 270 361 52
Decimal 184 241 42
Hex B8 F1 2A

RGB Percentages of Color #b8f12a

%39.40
%51.61
%8.99

CMYK Percentages of Color #b8f12a

%24
%0
%83
%5

Triadic Colors of #b8f12a

#b8f12a #2ab8f1 #f12ab8

Analogous Colors of #b8f12a

#b8f12a #55f12a #f1c72a

Monochromatic Colors of #b8f12a

#b8f12a

Complementary Color

#b8f12a #632af1

#b8f12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8f12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8f12a Color CSS Codes

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

#b8f12a Text Font Color

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

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


#b8f12a Background Color

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

This div background color is #b8f12a


#b8f12a Border Color

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

This div border color is #b8f12a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,241,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8f12a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8f12a;
  -webkit-box-shadow: 1px 1px 3px 2px #b8f12a;
  box-shadow:         1px 1px 3px 2px #b8f12a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8f12a


Comments

No comments written yet.

Please login to write comment.