Color Hex Logo

#bbd721 Color Hex

#BBD721
(187,215,33)
0 Favorites   0 Comments

Color spaces of #bbd721

RGB 18721533
HSL0.190.730.49
HSV69°85°84°
CMYK 0.130.000.85   0.16
XYZ45.068559.275510.5048
Yxy59.27550.39240.5161
Hunter Lab76.9906-30.243845.8037
CIE-Lab81.4428-30.116576.2760

#bbd721 color RGB value is (187,215,33).

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

The process color (four color CMYK) of #bbd721 color hex is 0.13, 0.00, 0.85, 0.16. Web safe color of #bbd721 is #cccc33. Color #bbd721 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 00100001
Octal 273 327 41
Decimal 187 215 33
Hex BB D7 21

RGB Percentages of Color #bbd721

%42.99
%49.43
%7.59

CMYK Percentages of Color #bbd721

%13
%0
%85
%16

Triadic Colors of #bbd721

#bbd721 #21bbd7 #d721bb

Analogous Colors of #bbd721

#bbd721 #60d721 #d79821

Monochromatic Colors of #bbd721

#bbd721

Complementary Color

#bbd721 #3d21d7

#bbd721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd721 Color CSS Codes

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

#bbd721 Text Font Color

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

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


#bbd721 Background Color

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

This div background color is #bbd721


#bbd721 Border Color

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

This div border color is #bbd721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd721


Comments

No comments written yet.

Please login to write comment.