Color Hex Logo

#bbc148 Color Hex

#BBC148
(187,193,72)
0 Favorites   0 Comments

Color spaces of #bbc148

RGB 18719372
HSL0.170.490.52
HSV63°63°76°
CMYK 0.030.000.63   0.24
XYZ40.733249.172613.4753
Yxy49.17260.39400.4756
Hunter Lab70.1232-19.028437.6927
CIE-Lab75.5586-17.679158.1915

#bbc148 color RGB value is (187,193,72).

#bbc148 hex color red value is 187, green value is 193 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bbc148 hue: 0.17 , saturation: 0.49 and the lightness value of bbc148 is 0.52.

The process color (four color CMYK) of #bbc148 color hex is 0.03, 0.00, 0.63, 0.24. Web safe color of #bbc148 is #cccc33. Color #bbc148 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01001000
Octal 273 301 110
Decimal 187 193 72
Hex BB C1 48

RGB Percentages of Color #bbc148

%41.37
%42.70
%15.93

CMYK Percentages of Color #bbc148

%3
%0
%63
%24

Triadic Colors of #bbc148

#bbc148 #48bbc1 #c148bb

Analogous Colors of #bbc148

#bbc148 #7fc148 #c18b48

Monochromatic Colors of #bbc148

#bbc148

Complementary Color

#bbc148 #4e48c1

#bbc148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc148 Color CSS Codes

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

#bbc148 Text Font Color

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

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


#bbc148 Background Color

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

This div background color is #bbc148


#bbc148 Border Color

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

This div border color is #bbc148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc148


Comments

No comments written yet.

Please login to write comment.