Color Hex Logo

#bba31d Color Hex

#BBA31D
(187,163,29)
0 Favorites   0 Comments

Color spaces of #bba31d

RGB 18716329
HSL0.140.730.42
HSV51°84°73°
CMYK 0.000.130.84   0.27
XYZ33.812536.84796.4926
Yxy36.84790.43830.4776
Hunter Lab60.7025-6.801236.1502
CIE-Lab67.1628-4.177765.2484

#bba31d color RGB value is (187,163,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 00011101
Octal 273 243 35
Decimal 187 163 29
Hex BB A3 1D

RGB Percentages of Color #bba31d

%49.34
%43.01
%7.65

CMYK Percentages of Color #bba31d

%0
%13
%84
%27

Triadic Colors of #bba31d

#bba31d #1dbba3 #a31dbb

Analogous Colors of #bba31d

#bba31d #84bb1d #bb541d

Monochromatic Colors of #bba31d

#bba31d

Complementary Color

#bba31d #1d35bb

#bba31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba31d Color CSS Codes

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

#bba31d Text Font Color

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

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


#bba31d Background Color

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

This div background color is #bba31d


#bba31d Border Color

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

This div border color is #bba31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba31d


Comments

No comments written yet.

Please login to write comment.