Color Hex Logo

#bbba03 Color Hex

#BBBA03
(187,186,3)
0 Favorites   0 Comments

Color spaces of #bbba03

RGB 1871863
HSL0.170.970.37
HSV60°98°73°
CMYK 0.000.010.98   0.27
XYZ38.068945.68926.8986
Yxy45.68920.41990.5040
Hunter Lab67.5938-17.757741.2645
CIE-Lab73.3434-16.536074.3088

#bbba03 color RGB value is (187,186,3).

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

The process color (four color CMYK) of #bbba03 color hex is 0.00, 0.01, 0.98, 0.27. Web safe color of #bbba03 is #cccc00. Color #bbba03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00000011
Octal 273 272 3
Decimal 187 186 3
Hex BB BA 3

RGB Percentages of Color #bbba03

%49.73
%49.47
%0.80

CMYK Percentages of Color #bbba03

%0
%1
%98
%27

Triadic Colors of #bbba03

#bbba03 #03bbba #ba03bb

Analogous Colors of #bbba03

#bbba03 #60bb03 #bb5e03

Monochromatic Colors of #bbba03

#bbba03

Complementary Color

#bbba03 #0304bb

#bbba03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba03 Color CSS Codes

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

#bbba03 Text Font Color

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

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


#bbba03 Background Color

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

This div background color is #bbba03


#bbba03 Border Color

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

This div border color is #bbba03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba03


Comments

No comments written yet.

Please login to write comment.