Color Hex Logo

#bbf95e Color Hex

#BBF95E
(187,249,94)
0 Favorites   0 Comments

Color spaces of #bbf95e

RGB 18724994
HSL0.230.930.67
HSV84°62°98°
CMYK 0.250.000.62   0.02
XYZ56.389679.124322.8902
Yxy79.12430.35600.4995
Hunter Lab88.9518-42.508547.0090
CIE-Lab91.2905-42.322866.0623

#bbf95e color RGB value is (187,249,94).

#bbf95e hex color red value is 187, green value is 249 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbf95e hue: 0.23 , saturation: 0.93 and the lightness value of bbf95e is 0.67.

The process color (four color CMYK) of #bbf95e color hex is 0.25, 0.00, 0.62, 0.02. Web safe color of #bbf95e is #ccff66. Color #bbf95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01011110
Octal 273 371 136
Decimal 187 249 94
Hex BB F9 5E

RGB Percentages of Color #bbf95e

%35.28
%46.98
%17.74

CMYK Percentages of Color #bbf95e

%25
%0
%62
%2

Triadic Colors of #bbf95e

#bbf95e #5ebbf9 #f95ebb

Analogous Colors of #bbf95e

#bbf95e #6ef95e #f9ea5e

Monochromatic Colors of #bbf95e

#bbf95e

Complementary Color

#bbf95e #9c5ef9

#bbf95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf95e Color CSS Codes

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

#bbf95e Text Font Color

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

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


#bbf95e Background Color

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

This div background color is #bbf95e


#bbf95e Border Color

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

This div border color is #bbf95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf95e


Comments

No comments written yet.

Please login to write comment.