Color Hex Logo

#bbf93e Color Hex

#BBF93E
(187,249,62)
0 Favorites   0 Comments

Color spaces of #bbf93e

RGB 18724962
HSL0.220.940.61
HSV80°75°98°
CMYK 0.250.000.75   0.02
XYZ55.238778.664016.8297
Yxy78.66400.36650.5219
Hunter Lab88.6927-44.040750.8345
CIE-Lab91.0820-44.302277.2907

#bbf93e color RGB value is (187,249,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00111110
Octal 273 371 76
Decimal 187 249 62
Hex BB F9 3E

RGB Percentages of Color #bbf93e

%37.55
%50.00
%12.45

CMYK Percentages of Color #bbf93e

%25
%0
%75
%2

Triadic Colors of #bbf93e

#bbf93e #3ebbf9 #f93ebb

Analogous Colors of #bbf93e

#bbf93e #5ef93e #f9da3e

Monochromatic Colors of #bbf93e

#bbf93e

Complementary Color

#bbf93e #7c3ef9

#bbf93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf93e Color CSS Codes

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

#bbf93e Text Font Color

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

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


#bbf93e Background Color

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

This div background color is #bbf93e


#bbf93e Border Color

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

This div border color is #bbf93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf93e


Comments

No comments written yet.

Please login to write comment.