Color Hex Logo

#bbefeb Color Hex

#BBEFEB
(187,239,235)
0 Favorites   0 Comments

Color spaces of #bbefeb

RGB 187239235
HSL0.490.620.84
HSV175°22°94°
CMYK 0.220.000.02   0.06
XYZ66.355478.296090.2126
Yxy78.29600.28250.3334
Hunter Lab88.4850-20.99071.4919
CIE-Lab90.9148-17.2828-3.5089

#bbefeb color RGB value is (187,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11101011
Octal 273 357 353
Decimal 187 239 235
Hex BB EF EB

RGB Percentages of Color #bbefeb

%28.29
%36.16
%35.55

CMYK Percentages of Color #bbefeb

%22
%0
%2
%6

Triadic Colors of #bbefeb

#bbefeb #ebbbef #efebbb

Analogous Colors of #bbefeb

#bbefeb #bbd9ef #bbefd1

Monochromatic Colors of #bbefeb

#bbefeb

Complementary Color

#bbefeb #efbbbf

#bbefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefeb Color CSS Codes

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

#bbefeb Text Font Color

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

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


#bbefeb Background Color

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

This div background color is #bbefeb


#bbefeb Border Color

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

This div border color is #bbefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefeb


Comments

No comments written yet.

Please login to write comment.