Color Hex Logo

#bbd806 Color Hex

#BBD806
(187,216,6)
0 Favorites   0 Comments

Color spaces of #bbd806

RGB 1872166
HSL0.190.950.44
HSV68°97°85°
CMYK 0.130.000.97   0.15
XYZ45.082359.68979.3175
Yxy59.68970.39510.5232
Hunter Lab77.2591-31.045046.9310
CIE-Lab81.6692-31.052880.2613

#bbd806 color RGB value is (187,216,6).

#bbd806 hex color red value is 187, green value is 216 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bbd806 hue: 0.19 , saturation: 0.95 and the lightness value of bbd806 is 0.44.

The process color (four color CMYK) of #bbd806 color hex is 0.13, 0.00, 0.97, 0.15. Web safe color of #bbd806 is #cccc00. Color #bbd806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 00000110
Octal 273 330 6
Decimal 187 216 6
Hex BB D8 6

RGB Percentages of Color #bbd806

%45.72
%52.81
%1.47

CMYK Percentages of Color #bbd806

%13
%0
%97
%15

Triadic Colors of #bbd806

#bbd806 #06bbd8 #d806bb

Analogous Colors of #bbd806

#bbd806 #52d806 #d88c06

Monochromatic Colors of #bbd806

#bbd806

Complementary Color

#bbd806 #2306d8

#bbd806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd806 Color CSS Codes

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

#bbd806 Text Font Color

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

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


#bbd806 Background Color

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

This div background color is #bbd806


#bbd806 Border Color

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

This div border color is #bbd806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd806


Comments

No comments written yet.

Please login to write comment.