Color Hex Logo

#bbc150 Color Hex

#BBC150
(187,193,80)
0 Favorites   0 Comments

Color spaces of #bbc150

RGB 18719380
HSL0.180.480.54
HSV63°59°76°
CMYK 0.030.000.59   0.24
XYZ41.011449.283914.9406
Yxy49.28390.38970.4683
Hunter Lab70.2025-18.576936.5236
CIE-Lab75.6276-17.120454.8215

#bbc150 color RGB value is (187,193,80).

#bbc150 hex color red value is 187, green value is 193 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bbc150 hue: 0.18 , saturation: 0.48 and the lightness value of bbc150 is 0.54.

The process color (four color CMYK) of #bbc150 color hex is 0.03, 0.00, 0.59, 0.24. Web safe color of #bbc150 is #cccc66. Color #bbc150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01010000
Octal 273 301 120
Decimal 187 193 80
Hex BB C1 50

RGB Percentages of Color #bbc150

%40.65
%41.96
%17.39

CMYK Percentages of Color #bbc150

%3
%0
%59
%24

Triadic Colors of #bbc150

#bbc150 #50bbc1 #c150bb

Analogous Colors of #bbc150

#bbc150 #83c150 #c18f50

Monochromatic Colors of #bbc150

#bbc150

Complementary Color

#bbc150 #5650c1

#bbc150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc150 Color CSS Codes

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

#bbc150 Text Font Color

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

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


#bbc150 Background Color

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

This div background color is #bbc150


#bbc150 Border Color

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

This div border color is #bbc150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc150


Comments

No comments written yet.

Please login to write comment.