Color Hex Logo

#bbfebc Color Hex

#BBFEBC
(187,254,188)
0 Favorites   0 Comments

Color spaces of #bbfebc

RGB 187254188
HSL0.340.970.86
HSV121°26°100°
CMYK 0.260.000.26   0.00
XYZ65.012485.079360.5724
Yxy85.07930.30860.4039
Hunter Lab92.2384-35.605225.6315
CIE-Lab93.9173-33.237425.0243

#bbfebc color RGB value is (187,254,188).

#bbfebc hex color red value is 187, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbfebc hue: 0.34 , saturation: 0.97 and the lightness value of bbfebc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 10111100
Octal 273 376 274
Decimal 187 254 188
Hex BB FE BC

RGB Percentages of Color #bbfebc

%29.73
%40.38
%29.89

CMYK Percentages of Color #bbfebc

%26
%0
%26
%0

Triadic Colors of #bbfebc

#bbfebc #bcbbfe #febcbb

Analogous Colors of #bbfebc

#bbfebc #bbfede #dcfebb

Monochromatic Colors of #bbfebc

#bbfebc

Complementary Color

#bbfebc #febbfd

#bbfebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfebc Color CSS Codes

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

#bbfebc Text Font Color

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

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


#bbfebc Background Color

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

This div background color is #bbfebc


#bbfebc Border Color

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

This div border color is #bbfebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfebc

Related Colors


Comments

No comments written yet.

Please login to write comment.