Color Hex Logo

#bbebfe Color Hex

#BBEBFE
(187,235,254)
0 Favorites   0 Comments

Color spaces of #bbebfe

RGB 187235254
HSL0.550.970.86
HSV197°26°100°
CMYK 0.260.070.00   0.00
XYZ68.091277.1372105.0661
Yxy77.13720.27200.3082
Hunter Lab87.8278-15.3110-9.4476
CIE-Lab90.3847-11.1636-14.2132

#bbebfe color RGB value is (187,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11111110
Octal 273 353 376
Decimal 187 235 254
Hex BB EB FE

RGB Percentages of Color #bbebfe

%27.66
%34.76
%37.57

CMYK Percentages of Color #bbebfe

%26
%7
%0
%0

Triadic Colors of #bbebfe

#bbebfe #febbeb #ebfebb

Analogous Colors of #bbebfe

#bbebfe #bbcafe #bbfef0

Monochromatic Colors of #bbebfe

#bbebfe

Complementary Color

#bbebfe #fecebb

#bbebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebfe Color CSS Codes

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

#bbebfe Text Font Color

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

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


#bbebfe Background Color

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

This div background color is #bbebfe


#bbebfe Border Color

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

This div border color is #bbebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebfe

#bbebfe Color Palettes


Comments

No comments written yet.

Please login to write comment.