Color Hex Logo

#bbecfb Color Hex

#BBECFB
(187,236,251)
0 Favorites   0 Comments

Color spaces of #bbecfb

RGB 187236251
HSL0.540.890.86
HSV194°25°98°
CMYK 0.250.060.00   0.02
XYZ67.901677.5207102.6510
Yxy77.52070.27370.3125
Hunter Lab88.0458-16.4197-7.4930
CIE-Lab90.5607-12.3379-12.3837

#bbecfb color RGB value is (187,236,251).

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

The process color (four color CMYK) of #bbecfb color hex is 0.25, 0.06, 0.00, 0.02. Web safe color of #bbecfb is #ccffff. Color #bbecfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11111011
Octal 273 354 373
Decimal 187 236 251
Hex BB EC FB

RGB Percentages of Color #bbecfb

%27.74
%35.01
%37.24

CMYK Percentages of Color #bbecfb

%25
%6
%0
%2

Triadic Colors of #bbecfb

#bbecfb #fbbbec #ecfbbb

Analogous Colors of #bbecfb

#bbecfb #bbccfb #bbfbea

Monochromatic Colors of #bbecfb

#bbecfb

Complementary Color

#bbecfb #fbcabb

#bbecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecfb Color CSS Codes

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

#bbecfb Text Font Color

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

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


#bbecfb Background Color

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

This div background color is #bbecfb


#bbecfb Border Color

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

This div border color is #bbecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecfb

Related Colors


Comments

No comments written yet.

Please login to write comment.