Color Hex Logo

#bbfffe Color Hex

#BBFFFE
(187,255,254)
0 Favorites   0 Comments

Color spaces of #bbfffe

RGB 187255254
HSL0.501.000.87
HSV179°27°100°
CMYK 0.270.000.00   0.00
XYZ74.142989.2406107.0833
Yxy89.24060.27410.3300
Hunter Lab94.4672-25.2214-1.0811
CIE-Lab95.6809-21.1120-6.3387

#bbfffe color RGB value is (187,255,254).

#bbfffe hex color red value is 187, green value is 255 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbfffe hue: 0.50 , saturation: 1.00 and the lightness value of bbfffe is 0.87.

The process color (four color CMYK) of #bbfffe color hex is 0.27, 0.00, 0.00, 0.00. Web safe color of #bbfffe is #ccffff. Color #bbfffe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11111110
Octal 273 377 376
Decimal 187 255 254
Hex BB FF FE

RGB Percentages of Color #bbfffe

%26.87
%36.64
%36.49

CMYK Percentages of Color #bbfffe

%27
%0
%0
%0

Triadic Colors of #bbfffe

#bbfffe #febbff #fffebb

Analogous Colors of #bbfffe

#bbfffe #bbdeff #bbffdc

Monochromatic Colors of #bbfffe

#bbfffe

Complementary Color

#bbfffe #ffbbbc

#bbfffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfffe Color CSS Codes

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

#bbfffe Text Font Color

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

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


#bbfffe Background Color

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

This div background color is #bbfffe


#bbfffe Border Color

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

This div border color is #bbfffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfffe

Related Colors


Comments

No comments written yet.

Please login to write comment.