Color Hex Logo

#bbc911 Color Hex

#BBC911
(187,201,17)
0 Favorites   0 Comments

Color spaces of #bbc911

RGB 18720117
HSL0.180.840.43
HSV65°92°79°
CMYK 0.070.000.92   0.21
XYZ41.481352.37868.4541
Yxy52.37860.40540.5119
Hunter Lab72.3731-24.343943.7353
CIE-Lab77.5067-23.782375.8955

#bbc911 color RGB value is (187,201,17).

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

The process color (four color CMYK) of #bbc911 color hex is 0.07, 0.00, 0.92, 0.21. Web safe color of #bbc911 is #cccc00. Color #bbc911 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 00010001
Octal 273 311 21
Decimal 187 201 17
Hex BB C9 11

RGB Percentages of Color #bbc911

%46.17
%49.63
%4.20

CMYK Percentages of Color #bbc911

%7
%0
%92
%21

Triadic Colors of #bbc911

#bbc911 #11bbc9 #c911bb

Analogous Colors of #bbc911

#bbc911 #5fc911 #c97b11

Monochromatic Colors of #bbc911

#bbc911

Complementary Color

#bbc911 #1f11c9

#bbc911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc911 Color CSS Codes

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

#bbc911 Text Font Color

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

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


#bbc911 Background Color

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

This div background color is #bbc911


#bbc911 Border Color

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

This div border color is #bbc911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc911


Comments

No comments written yet.

Please login to write comment.