Color Hex Logo

#bbc303 Color Hex

#BBC303
(187,195,3)
0 Favorites   0 Comments

Color spaces of #bbc303

RGB 1871953
HSL0.170.970.39
HSV63°98°76°
CMYK 0.040.000.98   0.24
XYZ40.025149.60167.5507
Yxy49.60160.41190.5104
Hunter Lab70.4284-21.806542.9433
CIE-Lab75.8241-21.020776.1488

#bbc303 color RGB value is (187,195,3).

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

The process color (four color CMYK) of #bbc303 color hex is 0.04, 0.00, 0.98, 0.24. Web safe color of #bbc303 is #cccc00. Color #bbc303 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 00000011
Octal 273 303 3
Decimal 187 195 3
Hex BB C3 3

RGB Percentages of Color #bbc303

%48.57
%50.65
%0.78

CMYK Percentages of Color #bbc303

%4
%0
%98
%24

Triadic Colors of #bbc303

#bbc303 #03bbc3 #c303bb

Analogous Colors of #bbc303

#bbc303 #5bc303 #c36b03

Monochromatic Colors of #bbc303

#bbc303

Complementary Color

#bbc303 #0b03c3

#bbc303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc303 Color CSS Codes

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

#bbc303 Text Font Color

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

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


#bbc303 Background Color

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

This div background color is #bbc303


#bbc303 Border Color

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

This div border color is #bbc303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc303


Comments

No comments written yet.

Please login to write comment.