Color Hex Logo

#b6b80b Color Hex

#B6B80B
(182,184,11)
0 Favorites   0 Comments

Color spaces of #b6b80b

RGB 18218411
HSL0.170.890.38
HSV61°94°72°
CMYK 0.010.000.94   0.28
XYZ36.492344.25026.9344
Yxy44.25020.41620.5047
Hunter Lab66.5208-18.489140.3839
CIE-Lab72.3954-17.609772.5366

#b6b80b color RGB value is (182,184,11).

#b6b80b hex color red value is 182, green value is 184 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b6b80b hue: 0.17 , saturation: 0.89 and the lightness value of b6b80b is 0.38.

The process color (four color CMYK) of #b6b80b color hex is 0.01, 0.00, 0.94, 0.28. Web safe color of #b6b80b is #cccc00. Color #b6b80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111000 00001011
Octal 266 270 13
Decimal 182 184 11
Hex B6 B8 B

RGB Percentages of Color #b6b80b

%48.28
%48.81
%2.92

CMYK Percentages of Color #b6b80b

%1
%0
%94
%28

Triadic Colors of #b6b80b

#b6b80b #0bb6b8 #b80bb6

Analogous Colors of #b6b80b

#b6b80b #60b80b #b8640b

Monochromatic Colors of #b6b80b

#b6b80b

Complementary Color

#b6b80b #0d0bb8

#b6b80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b80b Color CSS Codes

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

#b6b80b Text Font Color

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

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


#b6b80b Background Color

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

This div background color is #b6b80b


#b6b80b Border Color

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

This div border color is #b6b80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b80b


Comments

No comments written yet.

Please login to write comment.