Color Hex Logo

#bbf180 Color Hex

#BBF180
(187,241,128)
0 Favorites   0 Comments

Color spaces of #bbf180

RGB 187241128
HSL0.250.800.72
HSV89°47°95°
CMYK 0.220.000.47   0.05
XYZ55.845175.033931.9617
Yxy75.03390.34290.4608
Hunter Lab86.6221-36.510138.7587
CIE-Lab89.4089-35.568948.8206

#bbf180 color RGB value is (187,241,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10000000
Octal 273 361 200
Decimal 187 241 128
Hex BB F1 80

RGB Percentages of Color #bbf180

%33.63
%43.35
%23.02

CMYK Percentages of Color #bbf180

%22
%0
%47
%5

Triadic Colors of #bbf180

#bbf180 #80bbf1 #f180bb

Analogous Colors of #bbf180

#bbf180 #83f180 #f1ef80

Monochromatic Colors of #bbf180

#bbf180

Complementary Color

#bbf180 #b680f1

#bbf180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf180 Color CSS Codes

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

#bbf180 Text Font Color

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

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


#bbf180 Background Color

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

This div background color is #bbf180


#bbf180 Border Color

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

This div border color is #bbf180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf180


Comments

No comments written yet.

Please login to write comment.