Color Hex Logo

#bbf980 Color Hex

#BBF980
(187,249,128)
0 Favorites   0 Comments

Color spaces of #bbf980

RGB 187249128
HSL0.250.910.74
HSV91°49°98°
CMYK 0.250.000.49   0.02
XYZ58.265579.874732.7685
Yxy79.87470.34090.4674
Hunter Lab89.3726-40.031040.8222
CIE-Lab91.6286-39.172051.5386

#bbf980 color RGB value is (187,249,128).

#bbf980 hex color red value is 187, green value is 249 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbf980 hue: 0.25 , saturation: 0.91 and the lightness value of bbf980 is 0.74.

The process color (four color CMYK) of #bbf980 color hex is 0.25, 0.00, 0.49, 0.02. Web safe color of #bbf980 is #ccff99. Color #bbf980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 10000000
Octal 273 371 200
Decimal 187 249 128
Hex BB F9 80

RGB Percentages of Color #bbf980

%33.16
%44.15
%22.70

CMYK Percentages of Color #bbf980

%25
%0
%49
%2

Triadic Colors of #bbf980

#bbf980 #80bbf9 #f980bb

Analogous Colors of #bbf980

#bbf980 #80f982 #f8f980

Monochromatic Colors of #bbf980

#bbf980

Complementary Color

#bbf980 #be80f9

#bbf980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf980 Color CSS Codes

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

#bbf980 Text Font Color

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

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


#bbf980 Background Color

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

This div background color is #bbf980


#bbf980 Border Color

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

This div border color is #bbf980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf980


Comments

No comments written yet.

Please login to write comment.