color codes Logo

#bbba1e color codes

#BBBA1E
(187,186,30)
0 Favorites   0 Comments

Color spaces of #bbba1e

RGB 18718630
HSL0.170.720.43
HSV60°84°73°
CMYK 0.000.010.84   0.27
XYZ38.286845.77638.0461
Yxy45.77630.41570.4970
Hunter Lab67.6582-17.391240.3098
CIE-Lab73.4001-16.078770.2105

#bbba1e color RGB value is (187,186,30).

#bbba1e hex color red value is 187, green value is 186 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bbba1e hue: 0.17 , saturation: 0.72 and the lightness value of bbba1e is 0.43.

The process color (four color CMYK) of #bbba1e color code is 0.00, 0.01, 0.84, 0.27. Web safe color of #bbba1e is #cccc33. Color #bbba1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00011110
Octal 273 272 36
Decimal 187 186 30
Hex BB BA 1E

RGB Percentages of Color #bbba1e

%46.40
%46.15
%7.44

CMYK Percentages of Color #bbba1e

%0
%1
%84
%27

Triadic Colors of #bbba1e

#bbba1e #1ebbba #ba1ebb

Analogous Colors of #bbba1e

#bbba1e #6ebb1e #bb6c1e

Monochromatic Colors of #bbba1e

#bbba1e

Complementary Color

#bbba1e #1e1fbb

#bbba1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba1e Color CSS Codes

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

#bbba1e Text Font Color

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

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


#bbba1e Background Color

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

This div background color is #bbba1e


#bbba1e Border Color

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

This div border color is #bbba1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba1e


Comments

No comments written yet.

Please login to write comment.