Color Hex Logo

#bbcf11 Color Hex

#BBCF11
(187,207,17)
0 Favorites   0 Comments

Color spaces of #bbcf11

RGB 18720717
HSL0.180.850.44
HSV66°92°81°
CMYK 0.100.000.92   0.19
XYZ42.907555.23098.9295
Yxy55.23090.40080.5158
Hunter Lab74.3175-26.997944.8984
CIE-Lab79.1741-26.671777.2001

#bbcf11 color RGB value is (187,207,17).

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

The process color (four color CMYK) of #bbcf11 color hex is 0.10, 0.00, 0.92, 0.19. Web safe color of #bbcf11 is #cccc00. Color #bbcf11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 00010001
Octal 273 317 21
Decimal 187 207 17
Hex BB CF 11

RGB Percentages of Color #bbcf11

%45.50
%50.36
%4.14

CMYK Percentages of Color #bbcf11

%10
%0
%92
%19

Triadic Colors of #bbcf11

#bbcf11 #11bbcf #cf11bb

Analogous Colors of #bbcf11

#bbcf11 #5ccf11 #cf8411

Monochromatic Colors of #bbcf11

#bbcf11

Complementary Color

#bbcf11 #2511cf

#bbcf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcf11 Color CSS Codes

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

#bbcf11 Text Font Color

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

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


#bbcf11 Background Color

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

This div background color is #bbcf11


#bbcf11 Border Color

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

This div border color is #bbcf11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,207,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 #bbcf11">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcf11


Comments

No comments written yet.

Please login to write comment.