Color Hex Logo

#b6b93f Color Hex

#B6B93F
(182,185,63)
0 Favorites   0 Comments

Color spaces of #b6b93f

RGB 18218563
HSL0.170.490.49
HSV61°66°73°
CMYK 0.020.000.66   0.27
XYZ37.537645.001911.4104
Yxy45.00190.39950.4790
Hunter Lab67.0835-17.513636.8736
CIE-Lab72.8931-16.317858.9716

#b6b93f color RGB value is (182,185,63).

#b6b93f hex color red value is 182, green value is 185 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b6b93f hue: 0.17 , saturation: 0.49 and the lightness value of b6b93f is 0.49.

The process color (four color CMYK) of #b6b93f color hex is 0.02, 0.00, 0.66, 0.27. Web safe color of #b6b93f is #cccc33. Color #b6b93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111001 00111111
Octal 266 271 77
Decimal 182 185 63
Hex B6 B9 3F

RGB Percentages of Color #b6b93f

%42.33
%43.02
%14.65

CMYK Percentages of Color #b6b93f

%2
%0
%66
%27

Triadic Colors of #b6b93f

#b6b93f #3fb6b9 #b93fb6

Analogous Colors of #b6b93f

#b6b93f #79b93f #b97f3f

Monochromatic Colors of #b6b93f

#b6b93f

Complementary Color

#b6b93f #423fb9

#b6b93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b93f Color CSS Codes

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

#b6b93f Text Font Color

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

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


#b6b93f Background Color

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

This div background color is #b6b93f


#b6b93f Border Color

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

This div border color is #b6b93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b93f


Comments

No comments written yet.

Please login to write comment.