Color Hex Logo

#bba310 Color Hex

#BBA310
(187,163,16)
0 Favorites   0 Comments

Color spaces of #bba310

RGB 18716316
HSL0.140.840.40
HSV52°91°73°
CMYK 0.000.130.91   0.27
XYZ33.684236.79665.8173
Yxy36.79660.44150.4823
Hunter Lab60.6602-7.035536.7762
CIE-Lab67.1242-4.460067.9905

#bba310 color RGB value is (187,163,16).

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

The process color (four color CMYK) of #bba310 color hex is 0.00, 0.13, 0.91, 0.27. Web safe color of #bba310 is #cc9900. Color #bba310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 00010000
Octal 273 243 20
Decimal 187 163 16
Hex BB A3 10

RGB Percentages of Color #bba310

%51.09
%44.54
%4.37

CMYK Percentages of Color #bba310

%0
%13
%91
%27

Triadic Colors of #bba310

#bba310 #10bba3 #a310bb

Analogous Colors of #bba310

#bba310 #7ebb10 #bb4e10

Monochromatic Colors of #bba310

#bba310

Complementary Color

#bba310 #1028bb

#bba310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba310 Color CSS Codes

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

#bba310 Text Font Color

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

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


#bba310 Background Color

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

This div background color is #bba310


#bba310 Border Color

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

This div border color is #bba310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba310


Comments

No comments written yet.

Please login to write comment.