Color Hex Logo

#bbc540 Color Hex

#BBC540
(187,197,64)
0 Favorites   0 Comments

Color spaces of #bbc540

RGB 18719764
HSL0.180.530.51
HSV65°68°77°
CMYK 0.050.000.68   0.23
XYZ41.385250.867512.4877
Yxy50.86750.39510.4857
Hunter Lab71.3215-21.235639.5439
CIE-Lab76.5987-20.161662.4817

#bbc540 color RGB value is (187,197,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01000000
Octal 273 305 100
Decimal 187 197 64
Hex BB C5 40

RGB Percentages of Color #bbc540

%41.74
%43.97
%14.29

CMYK Percentages of Color #bbc540

%5
%0
%68
%23

Triadic Colors of #bbc540

#bbc540 #40bbc5 #c540bb

Analogous Colors of #bbc540

#bbc540 #79c540 #c58d40

Monochromatic Colors of #bbc540

#bbc540

Complementary Color

#bbc540 #4a40c5

#bbc540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc540 Color CSS Codes

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

#bbc540 Text Font Color

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

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


#bbc540 Background Color

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

This div background color is #bbc540


#bbc540 Border Color

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

This div border color is #bbc540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc540


Comments

No comments written yet.

Please login to write comment.