Color Hex Logo

#bbb305 Color Hex

#BBB305
(187,179,5)
0 Favorites   0 Comments

Color spaces of #bbb305

RGB 1871795
HSL0.160.950.38
HSV57°97°73°
CMYK 0.000.040.97   0.27
XYZ36.641042.81606.4767
Yxy42.81600.42640.4982
Hunter Lab65.4339-14.554939.9352
CIE-Lab71.4299-12.955172.6694

#bbb305 color RGB value is (187,179,5).

#bbb305 hex color red value is 187, green value is 179 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bbb305 hue: 0.16 , saturation: 0.95 and the lightness value of bbb305 is 0.38.

The process color (four color CMYK) of #bbb305 color hex is 0.00, 0.04, 0.97, 0.27. Web safe color of #bbb305 is #cccc00. Color #bbb305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 00000101
Octal 273 263 5
Decimal 187 179 5
Hex BB B3 5

RGB Percentages of Color #bbb305

%50.40
%48.25
%1.35

CMYK Percentages of Color #bbb305

%0
%4
%97
%27

Triadic Colors of #bbb305

#bbb305 #05bbb3 #b305bb

Analogous Colors of #bbb305

#bbb305 #68bb05 #bb5805

Monochromatic Colors of #bbb305

#bbb305

Complementary Color

#bbb305 #050dbb

#bbb305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb305 Color CSS Codes

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

#bbb305 Text Font Color

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

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


#bbb305 Background Color

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

This div background color is #bbb305


#bbb305 Border Color

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

This div border color is #bbb305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb305

#bbb305 Color Palettes


Comments

No comments written yet.

Please login to write comment.