Color Hex Logo

#bbb40e Color Hex

#BBB40E
(187,180,14)
0 Favorites   0 Comments

Color spaces of #bbb40e

RGB 18718014
HSL0.160.860.39
HSV58°93°73°
CMYK 0.000.040.93   0.27
XYZ36.894043.23906.8169
Yxy43.23900.42430.4973
Hunter Lab65.7564-14.922439.8829
CIE-Lab71.7169-13.356471.8204

#bbb40e color RGB value is (187,180,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 00001110
Octal 273 264 16
Decimal 187 180 14
Hex BB B4 E

RGB Percentages of Color #bbb40e

%49.08
%47.24
%3.67

CMYK Percentages of Color #bbb40e

%0
%4
%93
%27

Triadic Colors of #bbb40e

#bbb40e #0ebbb4 #b40ebb

Analogous Colors of #bbb40e

#bbb40e #6cbb0e #bb5e0e

Monochromatic Colors of #bbb40e

#bbb40e

Complementary Color

#bbb40e #0e15bb

#bbb40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb40e Color CSS Codes

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

#bbb40e Text Font Color

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

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


#bbb40e Background Color

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

This div background color is #bbb40e


#bbb40e Border Color

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

This div border color is #bbb40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb40e


Comments

No comments written yet.

Please login to write comment.