Color Hex Logo

#bbfeef Color Hex

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

Color spaces of #bbfeef

RGB 187254239
HSL0.460.970.86
HSV167°26°100°
CMYK 0.260.000.06   0.00
XYZ71.515387.680494.8161
Yxy87.68040.28150.3452
Hunter Lab93.6378-27.53795.5104
CIE-Lab95.0262-23.79290.4374

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

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

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

Base Numbers

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

RGB Percentages of Color #bbfeef

%27.50
%37.35
%35.15

CMYK Percentages of Color #bbfeef

%26
%0
%6
%0

Triadic Colors of #bbfeef

#bbfeef #efbbfe #feefbb

Analogous Colors of #bbfeef

#bbfeef #bbecfe #bbfece

Monochromatic Colors of #bbfeef

#bbfeef

Complementary Color

#bbfeef #febbca

#bbfeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfeef Color CSS Codes

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

#bbfeef Text Font Color

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

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


#bbfeef Background Color

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

This div background color is #bbfeef


#bbfeef Border Color

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

This div border color is #bbfeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,254,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbfeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfeef


Comments

No comments written yet.

Please login to write comment.