Color Hex Logo

#bbeefe Color Hex

#BBEEFE
(187,238,254)
0 Favorites   0 Comments

Color spaces of #bbeefe

RGB 187238254
HSL0.540.970.86
HSV194°26°100°
CMYK 0.260.060.00   0.00
XYZ68.957478.8696105.3548
Yxy78.86960.27240.3115
Hunter Lab88.8086-16.8146-8.1705
CIE-Lab91.1753-12.6819-13.0311

#bbeefe color RGB value is (187,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11111110
Octal 273 356 376
Decimal 187 238 254
Hex BB EE FE

RGB Percentages of Color #bbeefe

%27.54
%35.05
%37.41

CMYK Percentages of Color #bbeefe

%26
%6
%0
%0

Triadic Colors of #bbeefe

#bbeefe #febbee #eefebb

Analogous Colors of #bbeefe

#bbeefe #bbcdfe #bbfeed

Monochromatic Colors of #bbeefe

#bbeefe

Complementary Color

#bbeefe #fecbbb

#bbeefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeefe Color CSS Codes

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

#bbeefe Text Font Color

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

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


#bbeefe Background Color

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

This div background color is #bbeefe


#bbeefe Border Color

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

This div border color is #bbeefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeefe

#bbeefe Color Palettes


Comments

No comments written yet.

Please login to write comment.