Color Hex Logo

#bbf921 Color Hex

#BBF921
(187,249,33)
0 Favorites   0 Comments

Color spaces of #bbf921

RGB 18724933
HSL0.210.950.55
HSV77°87°98°
CMYK 0.250.000.87   0.02
XYZ54.643778.426013.6965
Yxy78.42600.37230.5344
Hunter Lab88.5585-44.836552.8211
CIE-Lab90.9739-45.339884.2273

#bbf921 color RGB value is (187,249,33).

#bbf921 hex color red value is 187, green value is 249 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bbf921 hue: 0.21 , saturation: 0.95 and the lightness value of bbf921 is 0.55.

The process color (four color CMYK) of #bbf921 color hex is 0.25, 0.00, 0.87, 0.02. Web safe color of #bbf921 is #ccff33. Color #bbf921 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00100001
Octal 273 371 41
Decimal 187 249 33
Hex BB F9 21

RGB Percentages of Color #bbf921

%39.87
%53.09
%7.04

CMYK Percentages of Color #bbf921

%25
%0
%87
%2

Triadic Colors of #bbf921

#bbf921 #21bbf9 #f921bb

Analogous Colors of #bbf921

#bbf921 #4ff921 #f9cb21

Monochromatic Colors of #bbf921

#bbf921

Complementary Color

#bbf921 #5f21f9

#bbf921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf921 Color CSS Codes

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

#bbf921 Text Font Color

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

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


#bbf921 Background Color

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

This div background color is #bbf921


#bbf921 Border Color

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

This div border color is #bbf921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf921


Comments

No comments written yet.

Please login to write comment.