Color Hex Logo

#bbb30e Color Hex

#BBB30E
(187,179,14)
0 Favorites   0 Comments

Color spaces of #bbb30e

RGB 18717914
HSL0.160.860.39
HSV57°93°73°
CMYK 0.000.040.93   0.27
XYZ36.692942.83676.7499
Yxy42.83670.42530.4965
Hunter Lab65.4498-14.465139.7002
CIE-Lab71.4440-12.844171.6110

#bbb30e color RGB value is (187,179,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 00001110
Octal 273 263 16
Decimal 187 179 14
Hex BB B3 E

RGB Percentages of Color #bbb30e

%49.21
%47.11
%3.68

CMYK Percentages of Color #bbb30e

%0
%4
%93
%27

Triadic Colors of #bbb30e

#bbb30e #0ebbb3 #b30ebb

Analogous Colors of #bbb30e

#bbb30e #6dbb0e #bb5d0e

Monochromatic Colors of #bbb30e

#bbb30e

Complementary Color

#bbb30e #0e16bb

#bbb30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb30e Color CSS Codes

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

#bbb30e Text Font Color

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

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


#bbb30e Background Color

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

This div background color is #bbb30e


#bbb30e Border Color

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

This div border color is #bbb30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb30e


Comments

No comments written yet.

Please login to write comment.