Color Hex Logo

#bbe6fe Color Hex

#BBE6FE
(187,230,254)
0 Favorites   0 Comments

Color spaces of #bbe6fe

RGB 187230254
HSL0.560.970.86
HSV201°26°100°
CMYK 0.260.090.00   0.00
XYZ66.679774.3142104.5956
Yxy74.31420.27150.3026
Hunter Lab86.2057-12.7910-11.5941
CIE-Lab89.0708-8.6130-16.1832

#bbe6fe color RGB value is (187,230,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100110 11111110
Octal 273 346 376
Decimal 187 230 254
Hex BB E6 FE

RGB Percentages of Color #bbe6fe

%27.87
%34.28
%37.85

CMYK Percentages of Color #bbe6fe

%26
%9
%0
%0

Triadic Colors of #bbe6fe

#bbe6fe #febbe6 #e6febb

Analogous Colors of #bbe6fe

#bbe6fe #bbc5fe #bbfef5

Monochromatic Colors of #bbe6fe

#bbe6fe

Complementary Color

#bbe6fe #fed3bb

#bbe6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe6fe Color CSS Codes

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

#bbe6fe Text Font Color

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

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


#bbe6fe Background Color

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

This div background color is #bbe6fe


#bbe6fe Border Color

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

This div border color is #bbe6fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,230,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 #bbe6fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe6fe


Comments

No comments written yet.

Please login to write comment.