Color Hex Logo

#bba703 Color Hex

#BBA703
(187,167,3)
0 Favorites   0 Comments

Color spaces of #bba703

RGB 1871673
HSL0.150.970.37
HSV53°98°73°
CMYK 0.000.110.98   0.27
XYZ34.328738.20885.6519
Yxy38.20880.43900.4887
Hunter Lab61.8133-9.041237.8481
CIE-Lab68.1742-6.743770.5218

#bba703 color RGB value is (187,167,3).

#bba703 hex color red value is 187, green value is 167 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bba703 hue: 0.15 , saturation: 0.97 and the lightness value of bba703 is 0.37.

The process color (four color CMYK) of #bba703 color hex is 0.00, 0.11, 0.98, 0.27. Web safe color of #bba703 is #cc9900. Color #bba703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00000011
Octal 273 247 3
Decimal 187 167 3
Hex BB A7 3

RGB Percentages of Color #bba703

%52.38
%46.78
%0.84

CMYK Percentages of Color #bba703

%0
%11
%98
%27

Triadic Colors of #bba703

#bba703 #03bba7 #a703bb

Analogous Colors of #bba703

#bba703 #73bb03 #bb4b03

Monochromatic Colors of #bba703

#bba703

Complementary Color

#bba703 #0317bb

#bba703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba703 Color CSS Codes

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

#bba703 Text Font Color

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

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


#bba703 Background Color

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

This div background color is #bba703


#bba703 Border Color

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

This div border color is #bba703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba703


Comments

No comments written yet.

Please login to write comment.