Color Hex Logo

#bbb314 Color Hex

#BBB314
(187,179,20)
0 Favorites   0 Comments

Color spaces of #bbb314

RGB 18717920
HSL0.160.810.41
HSV57°89°73°
CMYK 0.000.040.89   0.27
XYZ36.739942.85556.9974
Yxy42.85550.42430.4949
Hunter Lab65.4641-14.384139.4874
CIE-Lab71.4568-12.743870.6772

#bbb314 color RGB value is (187,179,20).

#bbb314 hex color red value is 187, green value is 179 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bbb314 hue: 0.16 , saturation: 0.81 and the lightness value of bbb314 is 0.41.

The process color (four color CMYK) of #bbb314 color hex is 0.00, 0.04, 0.89, 0.27. Web safe color of #bbb314 is #cccc00. Color #bbb314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 00010100
Octal 273 263 24
Decimal 187 179 20
Hex BB B3 14

RGB Percentages of Color #bbb314

%48.45
%46.37
%5.18

CMYK Percentages of Color #bbb314

%0
%4
%89
%27

Triadic Colors of #bbb314

#bbb314 #14bbb3 #b314bb

Analogous Colors of #bbb314

#bbb314 #70bb14 #bb6014

Monochromatic Colors of #bbb314

#bbb314

Complementary Color

#bbb314 #141cbb

#bbb314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb314 Color CSS Codes

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

#bbb314 Text Font Color

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

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


#bbb314 Background Color

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

This div background color is #bbb314


#bbb314 Border Color

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

This div border color is #bbb314


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,179,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbb314; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbb314;
  -webkit-box-shadow: 1px 1px 3px 2px #bbb314;
  box-shadow:         1px 1px 3px 2px #bbb314; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,179,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb314


Comments

No comments written yet.

Please login to write comment.