Color Hex Logo

#bbfbe5 Color Hex

#BBFBE5
(187,251,229)
0 Favorites   0 Comments

Color spaces of #bbfbe5

RGB 187251229
HSL0.440.890.86
HSV159°25°98°
CMYK 0.250.000.09   0.02
XYZ69.133685.216386.9334
Yxy85.21630.28650.3532
Hunter Lab92.3127-27.86738.7838
CIE-Lab93.9762-24.37284.0737

#bbfbe5 color RGB value is (187,251,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11100101
Octal 273 373 345
Decimal 187 251 229
Hex BB FB E5

RGB Percentages of Color #bbfbe5

%28.04
%37.63
%34.33

CMYK Percentages of Color #bbfbe5

%25
%0
%9
%2

Triadic Colors of #bbfbe5

#bbfbe5 #e5bbfb #fbe5bb

Analogous Colors of #bbfbe5

#bbfbe5 #bbf1fb #bbfbc5

Monochromatic Colors of #bbfbe5

#bbfbe5

Complementary Color

#bbfbe5 #fbbbd1

#bbfbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbe5 Color CSS Codes

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

#bbfbe5 Text Font Color

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

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


#bbfbe5 Background Color

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

This div background color is #bbfbe5


#bbfbe5 Border Color

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

This div border color is #bbfbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbe5


Comments

No comments written yet.

Please login to write comment.