Color Hex Logo

#bbfbe6 Color Hex

#BBFBE6
(187,251,230)
0 Favorites   0 Comments

Color spaces of #bbfbe6

RGB 187251230
HSL0.450.890.86
HSV160°25°98°
CMYK 0.250.000.08   0.02
XYZ69.273685.272387.6710
Yxy85.27230.28600.3520
Hunter Lab92.3430-27.69378.3498
CIE-Lab94.0003-24.17333.5919

#bbfbe6 color RGB value is (187,251,230).

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

The process color (four color CMYK) of #bbfbe6 color hex is 0.25, 0.00, 0.08, 0.02. Web safe color of #bbfbe6 is #ccffff. Color #bbfbe6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11100110
Octal 273 373 346
Decimal 187 251 230
Hex BB FB E6

RGB Percentages of Color #bbfbe6

%27.99
%37.57
%34.43

CMYK Percentages of Color #bbfbe6

%25
%0
%8
%2

Triadic Colors of #bbfbe6

#bbfbe6 #e6bbfb #fbe6bb

Analogous Colors of #bbfbe6

#bbfbe6 #bbf0fb #bbfbc6

Monochromatic Colors of #bbfbe6

#bbfbe6

Complementary Color

#bbfbe6 #fbbbd0

#bbfbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbe6 Color CSS Codes

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

#bbfbe6 Text Font Color

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

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


#bbfbe6 Background Color

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

This div background color is #bbfbe6


#bbfbe6 Border Color

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

This div border color is #bbfbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbe6


Comments

No comments written yet.

Please login to write comment.