Color Hex Logo

#bbeffe Color Hex

#BBEFFE
(187,239,254)
0 Favorites   0 Comments

Color spaces of #bbeffe

RGB 187239254
HSL0.540.970.86
HSV193°26°100°
CMYK 0.260.060.00   0.00
XYZ69.249479.4536105.4522
Yxy79.45360.27250.3126
Hunter Lab89.1367-17.3145-7.7466
CIE-Lab91.4391-13.1860-12.6370

#bbeffe color RGB value is (187,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11111110
Octal 273 357 376
Decimal 187 239 254
Hex BB EF FE

RGB Percentages of Color #bbeffe

%27.50
%35.15
%37.35

CMYK Percentages of Color #bbeffe

%26
%6
%0
%0

Triadic Colors of #bbeffe

#bbeffe #febbef #effebb

Analogous Colors of #bbeffe

#bbeffe #bbcefe #bbfeec

Monochromatic Colors of #bbeffe

#bbeffe

Complementary Color

#bbeffe #fecabb

#bbeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeffe Color CSS Codes

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

#bbeffe Text Font Color

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

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


#bbeffe Background Color

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

This div background color is #bbeffe


#bbeffe Border Color

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

This div border color is #bbeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeffe

Related Colors


Comments

No comments written yet.

Please login to write comment.