Color Hex Logo

#b6c40e Color Hex

#B6C40E
(182,196,14)
0 Favorites   0 Comments

Color spaces of #b6c40e

RGB 18219614
HSL0.180.870.41
HSV65°93°77°
CMYK 0.070.000.93   0.23
XYZ39.110649.45667.9002
Yxy49.45660.40540.5127
Hunter Lab70.3254-23.798842.5673
CIE-Lab75.7345-23.510974.7457

#b6c40e color RGB value is (182,196,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000100 00001110
Octal 266 304 16
Decimal 182 196 14
Hex B6 C4 E

RGB Percentages of Color #b6c40e

%46.43
%50.00
%3.57

CMYK Percentages of Color #b6c40e

%7
%0
%93
%23

Triadic Colors of #b6c40e

#b6c40e #0eb6c4 #c40eb6

Analogous Colors of #b6c40e

#b6c40e #5bc40e #c4770e

Monochromatic Colors of #b6c40e

#b6c40e

Complementary Color

#b6c40e #1c0ec4

#b6c40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c40e Color CSS Codes

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

#b6c40e Text Font Color

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

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


#b6c40e Background Color

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

This div background color is #b6c40e


#b6c40e Border Color

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

This div border color is #b6c40e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,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 #b6c40e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c40e


Comments

No comments written yet.

Please login to write comment.