Color Hex Logo

#bbd716 Color Hex

#BBD716
(187,215,22)
0 Favorites   0 Comments

Color spaces of #bbd716

RGB 18721522
HSL0.190.810.46
HSV69°90°84°
CMYK 0.130.000.90   0.16
XYZ44.938859.22369.8218
Yxy59.22360.39430.5196
Hunter Lab76.9569-30.439846.3028
CIE-Lab81.4143-30.368378.2596

#bbd716 color RGB value is (187,215,22).

#bbd716 hex color red value is 187, green value is 215 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bbd716 hue: 0.19 , saturation: 0.81 and the lightness value of bbd716 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 00010110
Octal 273 327 26
Decimal 187 215 22
Hex BB D7 16

RGB Percentages of Color #bbd716

%44.10
%50.71
%5.19

CMYK Percentages of Color #bbd716

%13
%0
%90
%16

Triadic Colors of #bbd716

#bbd716 #16bbd7 #d716bb

Analogous Colors of #bbd716

#bbd716 #5bd716 #d79316

Monochromatic Colors of #bbd716

#bbd716

Complementary Color

#bbd716 #3216d7

#bbd716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd716 Color CSS Codes

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

#bbd716 Text Font Color

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

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


#bbd716 Background Color

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

This div background color is #bbd716


#bbd716 Border Color

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

This div border color is #bbd716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd716


Comments

No comments written yet.

Please login to write comment.