Color Hex Logo

#bbc13b Color Hex

#BBC13B
(187,193,59)
0 Favorites   0 Comments

Color spaces of #bbc13b

RGB 18719359
HSL0.170.530.49
HSV63°69°76°
CMYK 0.030.000.69   0.24
XYZ40.352949.020511.4727
Yxy49.02050.40010.4861
Hunter Lab70.0146-19.647239.2949
CIE-Lab75.4641-18.448663.2329

#bbc13b color RGB value is (187,193,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 00111011
Octal 273 301 73
Decimal 187 193 59
Hex BB C1 3B

RGB Percentages of Color #bbc13b

%42.60
%43.96
%13.44

CMYK Percentages of Color #bbc13b

%3
%0
%69
%24

Triadic Colors of #bbc13b

#bbc13b #3bbbc1 #c13bbb

Analogous Colors of #bbc13b

#bbc13b #78c13b #c1843b

Monochromatic Colors of #bbc13b

#bbc13b

Complementary Color

#bbc13b #413bc1

#bbc13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc13b Color CSS Codes

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

#bbc13b Text Font Color

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

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


#bbc13b Background Color

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

This div background color is #bbc13b


#bbc13b Border Color

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

This div border color is #bbc13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc13b


Comments

No comments written yet.

Please login to write comment.