Color Hex Logo

#bbfbe0 Color Hex

#BBFBE0
(187,251,224)
0 Favorites   0 Comments

Color spaces of #bbfbe0

RGB 187251224
HSL0.430.890.86
HSV155°25°98°
CMYK 0.250.000.11   0.02
XYZ68.445284.941083.3088
Yxy84.94100.28920.3589
Hunter Lab92.1634-28.723010.9207
CIE-Lab93.8577-25.35926.4846

#bbfbe0 color RGB value is (187,251,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11100000
Octal 273 373 340
Decimal 187 251 224
Hex BB FB E0

RGB Percentages of Color #bbfbe0

%28.25
%37.92
%33.84

CMYK Percentages of Color #bbfbe0

%25
%0
%11
%2

Triadic Colors of #bbfbe0

#bbfbe0 #e0bbfb #fbe0bb

Analogous Colors of #bbfbe0

#bbfbe0 #bbf6fb #bbfbc0

Monochromatic Colors of #bbfbe0

#bbfbe0

Complementary Color

#bbfbe0 #fbbbd6

#bbfbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbe0 Color CSS Codes

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

#bbfbe0 Text Font Color

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

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


#bbfbe0 Background Color

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

This div background color is #bbfbe0


#bbfbe0 Border Color

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

This div border color is #bbfbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbe0


Comments

No comments written yet.

Please login to write comment.