Color Hex Logo

#bbf94d Color Hex

#BBF94D
(187,249,77)
0 Favorites   0 Comments

Color spaces of #bbf94d

RGB 18724977
HSL0.230.930.64
HSV82°69°98°
CMYK 0.250.000.69   0.02
XYZ55.708878.852019.3050
Yxy78.85200.36210.5125
Hunter Lab88.7986-43.413749.2693
CIE-Lab91.1673-43.489372.4142

#bbf94d color RGB value is (187,249,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01001101
Octal 273 371 115
Decimal 187 249 77
Hex BB F9 4D

RGB Percentages of Color #bbf94d

%36.45
%48.54
%15.01

CMYK Percentages of Color #bbf94d

%25
%0
%69
%2

Triadic Colors of #bbf94d

#bbf94d #4dbbf9 #f94dbb

Analogous Colors of #bbf94d

#bbf94d #65f94d #f9e14d

Monochromatic Colors of #bbf94d

#bbf94d

Complementary Color

#bbf94d #8b4df9

#bbf94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf94d Color CSS Codes

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

#bbf94d Text Font Color

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

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


#bbf94d Background Color

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

This div background color is #bbf94d


#bbf94d Border Color

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

This div border color is #bbf94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf94d


Comments

No comments written yet.

Please login to write comment.