Color Hex Logo

#bbf983 Color Hex

#BBF983
(187,249,131)
0 Favorites   0 Comments

Color spaces of #bbf983

RGB 187249131
HSL0.250.910.75
HSV92°47°98°
CMYK 0.250.000.47   0.02
XYZ58.465979.954933.8241
Yxy79.95490.33940.4642
Hunter Lab89.4175-39.767940.1645
CIE-Lab91.6646-38.840850.1767

#bbf983 color RGB value is (187,249,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 10000011
Octal 273 371 203
Decimal 187 249 131
Hex BB F9 83

RGB Percentages of Color #bbf983

%32.98
%43.92
%23.10

CMYK Percentages of Color #bbf983

%25
%0
%47
%2

Triadic Colors of #bbf983

#bbf983 #83bbf9 #f983bb

Analogous Colors of #bbf983

#bbf983 #83f986 #f6f983

Monochromatic Colors of #bbf983

#bbf983

Complementary Color

#bbf983 #c183f9

#bbf983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf983 Color CSS Codes

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

#bbf983 Text Font Color

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

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


#bbf983 Background Color

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

This div background color is #bbf983


#bbf983 Border Color

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

This div border color is #bbf983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf983


Comments

No comments written yet.

Please login to write comment.