Color Hex Logo

#b5c40e Color Hex

#B5C40E
(181,196,14)
0 Favorites   0 Comments

Color spaces of #b5c40e

RGB 18119614
HSL0.180.870.41
HSV65°93°77°
CMYK 0.080.000.93   0.23
XYZ38.875249.33537.8892
Yxy49.33530.40450.5134
Hunter Lab70.2391-24.124142.5080
CIE-Lab75.6595-23.935074.6550

#b5c40e color RGB value is (181,196,14).

#b5c40e hex color red value is 181, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b5c40e hue: 0.18 , saturation: 0.87 and the lightness value of b5c40e is 0.41.

The process color (four color CMYK) of #b5c40e color hex is 0.08, 0.00, 0.93, 0.23. Web safe color of #b5c40e is #cccc00. Color #b5c40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000100 00001110
Octal 265 304 16
Decimal 181 196 14
Hex B5 C4 E

RGB Percentages of Color #b5c40e

%46.29
%50.13
%3.58

CMYK Percentages of Color #b5c40e

%8
%0
%93
%23

Triadic Colors of #b5c40e

#b5c40e #0eb5c4 #c40eb5

Analogous Colors of #b5c40e

#b5c40e #5ac40e #c4780e

Monochromatic Colors of #b5c40e

#b5c40e

Complementary Color

#b5c40e #1d0ec4

#b5c40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c40e Color CSS Codes

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

#b5c40e Text Font Color

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

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


#b5c40e Background Color

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

This div background color is #b5c40e


#b5c40e Border Color

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

This div border color is #b5c40e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,196,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5c40e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5c40e;
  -webkit-box-shadow: 1px 1px 3px 2px #b5c40e;
  box-shadow:         1px 1px 3px 2px #b5c40e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c40e


Comments

No comments written yet.

Please login to write comment.