Color Hex Logo

#bbfbe3 Color Hex

#BBFBE3
(187,251,227)
0 Favorites   0 Comments

Color spaces of #bbfbe3

RGB 187251227
HSL0.440.890.86
HSV158°25°98°
CMYK 0.250.000.10   0.02
XYZ68.855885.105285.4709
Yxy85.10520.28760.3554
Hunter Lab92.2525-28.21229.6452
CIE-Lab93.9284-24.76985.0376

#bbfbe3 color RGB value is (187,251,227).

#bbfbe3 hex color red value is 187, green value is 251 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bbfbe3 hue: 0.44 , saturation: 0.89 and the lightness value of bbfbe3 is 0.86.

The process color (four color CMYK) of #bbfbe3 color hex is 0.25, 0.00, 0.10, 0.02. Web safe color of #bbfbe3 is #ccffcc. Color #bbfbe3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11100011
Octal 273 373 343
Decimal 187 251 227
Hex BB FB E3

RGB Percentages of Color #bbfbe3

%28.12
%37.74
%34.14

CMYK Percentages of Color #bbfbe3

%25
%0
%10
%2

Triadic Colors of #bbfbe3

#bbfbe3 #e3bbfb #fbe3bb

Analogous Colors of #bbfbe3

#bbfbe3 #bbf3fb #bbfbc3

Monochromatic Colors of #bbfbe3

#bbfbe3

Complementary Color

#bbfbe3 #fbbbd3

#bbfbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbe3 Color CSS Codes

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

#bbfbe3 Text Font Color

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

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


#bbfbe3 Background Color

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

This div background color is #bbfbe3


#bbfbe3 Border Color

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

This div border color is #bbfbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbe3

Related Colors


Comments

No comments written yet.

Please login to write comment.