Color Hex Logo

#bbc616 Color Hex

#BBC616
(187,198,22)
0 Favorites   0 Comments

Color spaces of #bbc616

RGB 18719822
HSL0.180.800.43
HSV64°89°78°
CMYK 0.060.000.89   0.22
XYZ40.832451.01098.4530
Yxy51.01090.40710.5086
Hunter Lab71.4219-22.938742.9782
CIE-Lab76.6856-22.231274.4835

#bbc616 color RGB value is (187,198,22).

#bbc616 hex color red value is 187, green value is 198 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bbc616 hue: 0.18 , saturation: 0.80 and the lightness value of bbc616 is 0.43.

The process color (four color CMYK) of #bbc616 color hex is 0.06, 0.00, 0.89, 0.22. Web safe color of #bbc616 is #cccc00. Color #bbc616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 00010110
Octal 273 306 26
Decimal 187 198 22
Hex BB C6 16

RGB Percentages of Color #bbc616

%45.95
%48.65
%5.41

CMYK Percentages of Color #bbc616

%6
%0
%89
%22

Triadic Colors of #bbc616

#bbc616 #16bbc6 #c616bb

Analogous Colors of #bbc616

#bbc616 #63c616 #c67916

Monochromatic Colors of #bbc616

#bbc616

Complementary Color

#bbc616 #2116c6

#bbc616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc616 Color CSS Codes

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

#bbc616 Text Font Color

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

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


#bbc616 Background Color

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

This div background color is #bbc616


#bbc616 Border Color

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

This div border color is #bbc616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc616


Comments

No comments written yet.

Please login to write comment.