Color Hex Logo

#bbc537 Color Hex

#BBC537
(187,197,55)
0 Favorites   0 Comments

Color spaces of #bbc537

RGB 18719755
HSL0.180.560.49
HSV64°72°77°
CMYK 0.050.000.72   0.23
XYZ41.149450.773111.2458
Yxy50.77310.39890.4921
Hunter Lab71.2552-21.614240.5213
CIE-Lab76.5414-20.635765.7172

#bbc537 color RGB value is (187,197,55).

#bbc537 hex color red value is 187, green value is 197 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bbc537 hue: 0.18 , saturation: 0.56 and the lightness value of bbc537 is 0.49.

The process color (four color CMYK) of #bbc537 color hex is 0.05, 0.00, 0.72, 0.23. Web safe color of #bbc537 is #cccc33. Color #bbc537 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 00110111
Octal 273 305 67
Decimal 187 197 55
Hex BB C5 37

RGB Percentages of Color #bbc537

%42.60
%44.87
%12.53

CMYK Percentages of Color #bbc537

%5
%0
%72
%23

Triadic Colors of #bbc537

#bbc537 #37bbc5 #c537bb

Analogous Colors of #bbc537

#bbc537 #74c537 #c58837

Monochromatic Colors of #bbc537

#bbc537

Complementary Color

#bbc537 #4137c5

#bbc537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc537 Color CSS Codes

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

#bbc537 Text Font Color

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

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


#bbc537 Background Color

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

This div background color is #bbc537


#bbc537 Border Color

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

This div border color is #bbc537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc537


Comments

No comments written yet.

Please login to write comment.