Color Hex Logo

#bbf93d Color Hex

#BBF93D
(187,249,61)
0 Favorites   0 Comments

Color spaces of #bbf93d

RGB 18724961
HSL0.220.940.61
HSV80°76°98°
CMYK 0.250.000.76   0.02
XYZ55.211578.653116.6865
Yxy78.65310.36670.5224
Hunter Lab88.6866-44.077050.9251
CIE-Lab91.0771-44.349477.5875

#bbf93d color RGB value is (187,249,61).

#bbf93d hex color red value is 187, green value is 249 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bbf93d hue: 0.22 , saturation: 0.94 and the lightness value of bbf93d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00111101
Octal 273 371 75
Decimal 187 249 61
Hex BB F9 3D

RGB Percentages of Color #bbf93d

%37.63
%50.10
%12.27

CMYK Percentages of Color #bbf93d

%25
%0
%76
%2

Triadic Colors of #bbf93d

#bbf93d #3dbbf9 #f93dbb

Analogous Colors of #bbf93d

#bbf93d #5df93d #f9d93d

Monochromatic Colors of #bbf93d

#bbf93d

Complementary Color

#bbf93d #7b3df9

#bbf93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf93d Color CSS Codes

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

#bbf93d Text Font Color

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

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


#bbf93d Background Color

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

This div background color is #bbf93d


#bbf93d Border Color

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

This div border color is #bbf93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf93d


Comments

No comments written yet.

Please login to write comment.