Color Hex Logo

#bbd611 Color Hex

#BBD611
(187,214,17)
0 Favorites   0 Comments

Color spaces of #bbd611

RGB 18721417
HSL0.190.850.45
HSV68°92°84°
CMYK 0.130.000.92   0.16
XYZ44.641358.69849.5074
Yxy58.69840.39560.5202
Hunter Lab76.6149-30.069246.2729
CIE-Lab81.1255-29.984978.7292

#bbd611 color RGB value is (187,214,17).

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

The process color (four color CMYK) of #bbd611 color hex is 0.13, 0.00, 0.92, 0.16. Web safe color of #bbd611 is #cccc00. Color #bbd611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 00010001
Octal 273 326 21
Decimal 187 214 17
Hex BB D6 11

RGB Percentages of Color #bbd611

%44.74
%51.20
%4.07

CMYK Percentages of Color #bbd611

%13
%0
%92
%16

Triadic Colors of #bbd611

#bbd611 #11bbd6 #d611bb

Analogous Colors of #bbd611

#bbd611 #59d611 #d68f11

Monochromatic Colors of #bbd611

#bbd611

Complementary Color

#bbd611 #2c11d6

#bbd611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd611 Color CSS Codes

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

#bbd611 Text Font Color

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

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


#bbd611 Background Color

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

This div background color is #bbd611


#bbd611 Border Color

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

This div border color is #bbd611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd611


Comments

No comments written yet.

Please login to write comment.