Color Hex Logo

#bbecfe Color Hex

#BBECFE
(187,236,254)
0 Favorites   0 Comments

Color spaces of #bbecfe

RGB 187236254
HSL0.540.970.86
HSV196°26°100°
CMYK 0.260.070.00   0.00
XYZ68.378477.7115105.1618
Yxy77.71150.27220.3093
Hunter Lab88.1541-15.8129-9.0210
CIE-Lab90.6481-11.6706-13.8191

#bbecfe color RGB value is (187,236,254).

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

The process color (four color CMYK) of #bbecfe color hex is 0.26, 0.07, 0.00, 0.00. Web safe color of #bbecfe is #ccffff. Color #bbecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11111110
Octal 273 354 376
Decimal 187 236 254
Hex BB EC FE

RGB Percentages of Color #bbecfe

%27.62
%34.86
%37.52

CMYK Percentages of Color #bbecfe

%26
%7
%0
%0

Triadic Colors of #bbecfe

#bbecfe #febbec #ecfebb

Analogous Colors of #bbecfe

#bbecfe #bbcbfe #bbfeef

Monochromatic Colors of #bbecfe

#bbecfe

Complementary Color

#bbecfe #fecdbb

#bbecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecfe Color CSS Codes

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

#bbecfe Text Font Color

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

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


#bbecfe Background Color

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

This div background color is #bbecfe


#bbecfe Border Color

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

This div border color is #bbecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecfe


Comments

No comments written yet.

Please login to write comment.