Color Hex Logo

#bbfd6e Color Hex

#BBFD6E
(187,253,110)
0 Favorites   0 Comments

Color spaces of #bbfd6e

RGB 187253110
HSL0.240.970.71
HSV88°57°99°
CMYK 0.260.000.57   0.01
XYZ58.433381.941127.4883
Yxy81.94110.34810.4881
Hunter Lab90.5213-43.187045.3605
CIE-Lab92.5489-42.731260.7497

#bbfd6e color RGB value is (187,253,110).

#bbfd6e hex color red value is 187, green value is 253 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bbfd6e hue: 0.24 , saturation: 0.97 and the lightness value of bbfd6e is 0.71.

The process color (four color CMYK) of #bbfd6e color hex is 0.26, 0.00, 0.57, 0.01. Web safe color of #bbfd6e is #ccff66. Color #bbfd6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 01101110
Octal 273 375 156
Decimal 187 253 110
Hex BB FD 6E

RGB Percentages of Color #bbfd6e

%34.00
%46.00
%20.00

CMYK Percentages of Color #bbfd6e

%26
%0
%57
%1

Triadic Colors of #bbfd6e

#bbfd6e #6ebbfd #fd6ebb

Analogous Colors of #bbfd6e

#bbfd6e #74fd6e #fdf86e

Monochromatic Colors of #bbfd6e

#bbfd6e

Complementary Color

#bbfd6e #b06efd

#bbfd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd6e Color CSS Codes

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

#bbfd6e Text Font Color

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

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


#bbfd6e Background Color

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

This div background color is #bbfd6e


#bbfd6e Border Color

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

This div border color is #bbfd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd6e


Comments

No comments written yet.

Please login to write comment.