Color Hex Logo

#bbffb5 Color Hex

#BBFFB5
(187,255,181)
0 Favorites   0 Comments

Color spaces of #bbffb5

RGB 187255181
HSL0.321.000.85
HSV115°29°100°
CMYK 0.270.000.29   0.00
XYZ64.594085.421056.7995
Yxy85.42100.31230.4130
Hunter Lab92.4235-36.988928.2594
CIE-Lab94.0642-34.817928.7663

#bbffb5 color RGB value is (187,255,181).

#bbffb5 hex color red value is 187, green value is 255 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bbffb5 hue: 0.32 , saturation: 1.00 and the lightness value of bbffb5 is 0.85.

The process color (four color CMYK) of #bbffb5 color hex is 0.27, 0.00, 0.29, 0.00. Web safe color of #bbffb5 is #ccffcc. Color #bbffb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 10110101
Octal 273 377 265
Decimal 187 255 181
Hex BB FF B5

RGB Percentages of Color #bbffb5

%30.02
%40.93
%29.05

CMYK Percentages of Color #bbffb5

%27
%0
%29
%0

Triadic Colors of #bbffb5

#bbffb5 #b5bbff #ffb5bb

Analogous Colors of #bbffb5

#bbffb5 #b5ffd4 #e0ffb5

Monochromatic Colors of #bbffb5

#bbffb5

Complementary Color

#bbffb5 #f9b5ff

#bbffb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffb5 Color CSS Codes

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

#bbffb5 Text Font Color

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

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


#bbffb5 Background Color

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

This div background color is #bbffb5


#bbffb5 Border Color

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

This div border color is #bbffb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffb5

#bbffb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.