Color Hex Logo

#bba903 Color Hex

#BBA903
(187,169,3)
0 Favorites   0 Comments

Color spaces of #bba903

RGB 1871693
HSL0.150.970.37
HSV54°98°73°
CMYK 0.000.100.98   0.27
XYZ34.697938.94735.7750
Yxy38.94730.43690.4904
Hunter Lab62.4078-9.969938.1989
CIE-Lab68.7131-7.794470.9131

#bba903 color RGB value is (187,169,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 00000011
Octal 273 251 3
Decimal 187 169 3
Hex BB A9 3

RGB Percentages of Color #bba903

%52.09
%47.08
%0.84

CMYK Percentages of Color #bba903

%0
%10
%98
%27

Triadic Colors of #bba903

#bba903 #03bba9 #a903bb

Analogous Colors of #bba903

#bba903 #71bb03 #bb4d03

Monochromatic Colors of #bba903

#bba903

Complementary Color

#bba903 #0315bb

#bba903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba903 Color CSS Codes

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

#bba903 Text Font Color

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

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


#bba903 Background Color

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

This div background color is #bba903


#bba903 Border Color

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

This div border color is #bba903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba903


Comments

No comments written yet.

Please login to write comment.