Color Hex Logo

#bbf183 Color Hex

#BBF183
(187,241,131)
0 Favorites   0 Comments

Color spaces of #bbf183

RGB 187241131
HSL0.250.800.73
HSV89°46°95°
CMYK 0.220.000.46   0.05
XYZ56.045575.114133.0173
Yxy75.11410.34140.4575
Hunter Lab86.6684-36.239838.0807
CIE-Lab89.4464-35.230447.4378

#bbf183 color RGB value is (187,241,131).

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

The process color (four color CMYK) of #bbf183 color hex is 0.22, 0.00, 0.46, 0.05. Web safe color of #bbf183 is #ccff99. Color #bbf183 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10000011
Octal 273 361 203
Decimal 187 241 131
Hex BB F1 83

RGB Percentages of Color #bbf183

%33.45
%43.11
%23.43

CMYK Percentages of Color #bbf183

%22
%0
%46
%5

Triadic Colors of #bbf183

#bbf183 #83bbf1 #f183bb

Analogous Colors of #bbf183

#bbf183 #84f183 #f1f083

Monochromatic Colors of #bbf183

#bbf183

Complementary Color

#bbf183 #b983f1

#bbf183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf183 Color CSS Codes

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

#bbf183 Text Font Color

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

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


#bbf183 Background Color

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

This div background color is #bbf183


#bbf183 Border Color

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

This div border color is #bbf183


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,241,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 #bbf183">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf183


Comments

No comments written yet.

Please login to write comment.