Color Hex Logo

#bbc151 Color Hex

#BBC151
(187,193,81)
0 Favorites   0 Comments

Color spaces of #bbc151

RGB 18719381
HSL0.180.470.54
HSV63°58°76°
CMYK 0.030.000.58   0.24
XYZ41.048749.298815.1367
Yxy49.29880.38910.4674
Hunter Lab70.2131-18.516436.3673
CIE-Lab75.6368-17.045754.3880

#bbc151 color RGB value is (187,193,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01010001
Octal 273 301 121
Decimal 187 193 81
Hex BB C1 51

RGB Percentages of Color #bbc151

%40.56
%41.87
%17.57

CMYK Percentages of Color #bbc151

%3
%0
%58
%24

Triadic Colors of #bbc151

#bbc151 #51bbc1 #c151bb

Analogous Colors of #bbc151

#bbc151 #83c151 #c18f51

Monochromatic Colors of #bbc151

#bbc151

Complementary Color

#bbc151 #5751c1

#bbc151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc151 Color CSS Codes

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

#bbc151 Text Font Color

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

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


#bbc151 Background Color

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

This div background color is #bbc151


#bbc151 Border Color

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

This div border color is #bbc151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc151


Comments

No comments written yet.

Please login to write comment.