Color Hex Logo

#bba10d Color Hex

#BBA10D
(187,161,13)
0 Favorites   0 Comments

Color spaces of #bba10d

RGB 18716113
HSL0.140.870.39
HSV51°93°73°
CMYK 0.000.140.93   0.27
XYZ33.311036.08365.5899
Yxy36.08360.44420.4812
Hunter Lab60.0696-6.136536.5314
CIE-Lab66.5838-3.442368.0534

#bba10d color RGB value is (187,161,13).

#bba10d hex color red value is 187, green value is 161 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bba10d hue: 0.14 , saturation: 0.87 and the lightness value of bba10d is 0.39.

The process color (four color CMYK) of #bba10d color hex is 0.00, 0.14, 0.93, 0.27. Web safe color of #bba10d is #cc9900. Color #bba10d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00001101
Octal 273 241 15
Decimal 187 161 13
Hex BB A1 D

RGB Percentages of Color #bba10d

%51.80
%44.60
%3.60

CMYK Percentages of Color #bba10d

%0
%14
%93
%27

Triadic Colors of #bba10d

#bba10d #0dbba1 #a10dbb

Analogous Colors of #bba10d

#bba10d #7ebb0d #bb4a0d

Monochromatic Colors of #bba10d

#bba10d

Complementary Color

#bba10d #0d27bb

#bba10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba10d Color CSS Codes

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

#bba10d Text Font Color

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

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


#bba10d Background Color

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

This div background color is #bba10d


#bba10d Border Color

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

This div border color is #bba10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba10d


Comments

No comments written yet.

Please login to write comment.