Color Hex Logo

#bbefef Color Hex

#BBEFEF
(187,239,239)
0 Favorites   0 Comments

Color spaces of #bbefef

RGB 187239239
HSL0.500.620.84
HSV180°22°94°
CMYK 0.220.000.00   0.06
XYZ66.940078.529893.2910
Yxy78.52980.28040.3289
Hunter Lab88.6170-20.2436-0.3852
CIE-Lab91.0211-16.4423-5.4384

#bbefef color RGB value is (187,239,239).

#bbefef hex color red value is 187, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbefef hue: 0.50 , saturation: 0.62 and the lightness value of bbefef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11101111
Octal 273 357 357
Decimal 187 239 239
Hex BB EF EF

RGB Percentages of Color #bbefef

%28.12
%35.94
%35.94

CMYK Percentages of Color #bbefef

%22
%0
%0
%6

Triadic Colors of #bbefef

#bbefef #efbbef #efefbb

Analogous Colors of #bbefef

#bbefef #bbd5ef #bbefd5

Monochromatic Colors of #bbefef

#bbefef

Complementary Color

#bbefef #efbbbb

#bbefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefef Color CSS Codes

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

#bbefef Text Font Color

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

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


#bbefef Background Color

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

This div background color is #bbefef


#bbefef Border Color

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

This div border color is #bbefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefef


Comments

No comments written yet.

Please login to write comment.