Color Hex Logo

#bbfb93 Color Hex

#BBFB93
(187,251,147)
0 Favorites   0 Comments

Color spaces of #bbfb93

RGB 187251147
HSL0.270.930.78
HSV97°41°98°
CMYK 0.250.000.41   0.02
XYZ60.257281.665740.1909
Yxy81.66570.33090.4484
Hunter Lab90.3691-39.123936.8896
CIE-Lab92.4271-37.828243.4761

#bbfb93 color RGB value is (187,251,147).

#bbfb93 hex color red value is 187, green value is 251 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bbfb93 hue: 0.27 , saturation: 0.93 and the lightness value of bbfb93 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 10010011
Octal 273 373 223
Decimal 187 251 147
Hex BB FB 93

RGB Percentages of Color #bbfb93

%31.97
%42.91
%25.13

CMYK Percentages of Color #bbfb93

%25
%0
%41
%2

Triadic Colors of #bbfb93

#bbfb93 #93bbfb #fb93bb

Analogous Colors of #bbfb93

#bbfb93 #93fb9f #effb93

Monochromatic Colors of #bbfb93

#bbfb93

Complementary Color

#bbfb93 #d393fb

#bbfb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfb93 Color CSS Codes

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

#bbfb93 Text Font Color

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

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


#bbfb93 Background Color

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

This div background color is #bbfb93


#bbfb93 Border Color

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

This div border color is #bbfb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfb93


Comments

No comments written yet.

Please login to write comment.