Color Hex Logo

#b6c416 Color Hex

#B6C416
(182,196,22)
0 Favorites   0 Comments

Color spaces of #b6c416

RGB 18219622
HSL0.180.800.43
HSV65°89°77°
CMYK 0.070.000.89   0.23
XYZ39.176249.48298.2454
Yxy49.48290.40430.5106
Hunter Lab70.3441-23.691542.2912
CIE-Lab75.7508-23.373273.5760

#b6c416 color RGB value is (182,196,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000100 00010110
Octal 266 304 26
Decimal 182 196 22
Hex B6 C4 16

RGB Percentages of Color #b6c416

%45.50
%49.00
%5.50

CMYK Percentages of Color #b6c416

%7
%0
%89
%23

Triadic Colors of #b6c416

#b6c416 #16b6c4 #c416b6

Analogous Colors of #b6c416

#b6c416 #5fc416 #c47b16

Monochromatic Colors of #b6c416

#b6c416

Complementary Color

#b6c416 #2416c4

#b6c416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c416 Color CSS Codes

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

#b6c416 Text Font Color

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

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


#b6c416 Background Color

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

This div background color is #b6c416


#b6c416 Border Color

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

This div border color is #b6c416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c416


Comments

No comments written yet.

Please login to write comment.