Color Hex Logo

#bba61d Color Hex

#BBA61D
(187,166,29)
0 Favorites   0 Comments

Color spaces of #bba61d

RGB 18716629
HSL0.140.730.42
HSV52°84°73°
CMYK 0.000.110.84   0.27
XYZ34.351537.92596.6723
Yxy37.92590.43510.4804
Hunter Lab61.5840-8.204936.6850
CIE-Lab67.9660-5.767265.9189

#bba61d color RGB value is (187,166,29).

#bba61d hex color red value is 187, green value is 166 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bba61d hue: 0.14 , saturation: 0.73 and the lightness value of bba61d is 0.42.

The process color (four color CMYK) of #bba61d color hex is 0.00, 0.11, 0.84, 0.27. Web safe color of #bba61d is #cc9933. Color #bba61d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00011101
Octal 273 246 35
Decimal 187 166 29
Hex BB A6 1D

RGB Percentages of Color #bba61d

%48.95
%43.46
%7.59

CMYK Percentages of Color #bba61d

%0
%11
%84
%27

Triadic Colors of #bba61d

#bba61d #1dbba6 #a61dbb

Analogous Colors of #bba61d

#bba61d #81bb1d #bb571d

Monochromatic Colors of #bba61d

#bba61d

Complementary Color

#bba61d #1d32bb

#bba61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba61d Color CSS Codes

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

#bba61d Text Font Color

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

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


#bba61d Background Color

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

This div background color is #bba61d


#bba61d Border Color

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

This div border color is #bba61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba61d


Comments

No comments written yet.

Please login to write comment.