Color Hex Logo

#bbf94b Color Hex

#BBF94B
(187,249,75)
0 Favorites   0 Comments

Color spaces of #bbf94b

RGB 18724975
HSL0.230.940.64
HSV81°70°98°
CMYK 0.250.000.70   0.02
XYZ55.639278.824218.9387
Yxy78.82420.36270.5138
Hunter Lab88.7830-43.506549.5007
CIE-Lab91.1547-43.609373.1077

#bbf94b color RGB value is (187,249,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01001011
Octal 273 371 113
Decimal 187 249 75
Hex BB F9 4B

RGB Percentages of Color #bbf94b

%36.59
%48.73
%14.68

CMYK Percentages of Color #bbf94b

%25
%0
%70
%2

Triadic Colors of #bbf94b

#bbf94b #4bbbf9 #f94bbb

Analogous Colors of #bbf94b

#bbf94b #64f94b #f9e04b

Monochromatic Colors of #bbf94b

#bbf94b

Complementary Color

#bbf94b #894bf9

#bbf94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf94b Color CSS Codes

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

#bbf94b Text Font Color

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

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


#bbf94b Background Color

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

This div background color is #bbf94b


#bbf94b Border Color

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

This div border color is #bbf94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf94b


Comments

No comments written yet.

Please login to write comment.