Color Hex Logo

#bbc141 Color Hex

#BBC141
(187,193,65)
0 Favorites   0 Comments

Color spaces of #bbc141

RGB 18719365
HSL0.170.510.51
HSV63°66°76°
CMYK 0.030.000.66   0.24
XYZ40.517649.086412.3401
Yxy49.08640.39740.4815
Hunter Lab70.0617-19.379038.6003
CIE-Lab75.5050-18.114760.9805

#bbc141 color RGB value is (187,193,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01000001
Octal 273 301 101
Decimal 187 193 65
Hex BB C1 41

RGB Percentages of Color #bbc141

%42.02
%43.37
%14.61

CMYK Percentages of Color #bbc141

%3
%0
%66
%24

Triadic Colors of #bbc141

#bbc141 #41bbc1 #c141bb

Analogous Colors of #bbc141

#bbc141 #7bc141 #c18741

Monochromatic Colors of #bbc141

#bbc141

Complementary Color

#bbc141 #4741c1

#bbc141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc141 Color CSS Codes

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

#bbc141 Text Font Color

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

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


#bbc141 Background Color

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

This div background color is #bbc141


#bbc141 Border Color

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

This div border color is #bbc141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc141


Comments

No comments written yet.

Please login to write comment.