Color Hex Logo

#bbefee Color Hex

#BBEFEE
(187,239,238)
0 Favorites   0 Comments

Color spaces of #bbefee

RGB 187239238
HSL0.500.620.84
HSV179°22°94°
CMYK 0.220.000.00   0.06
XYZ66.792678.470892.5150
Yxy78.47080.28090.3300
Hunter Lab88.5837-20.43160.0874
CIE-Lab90.9943-16.6535-4.9564

#bbefee color RGB value is (187,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11101110
Octal 273 357 356
Decimal 187 239 238
Hex BB EF EE

RGB Percentages of Color #bbefee

%28.16
%35.99
%35.84

CMYK Percentages of Color #bbefee

%22
%0
%0
%6

Triadic Colors of #bbefee

#bbefee #eebbef #efeebb

Analogous Colors of #bbefee

#bbefee #bbd6ef #bbefd4

Monochromatic Colors of #bbefee

#bbefee

Complementary Color

#bbefee #efbbbc

#bbefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefee Color CSS Codes

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

#bbefee Text Font Color

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

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


#bbefee Background Color

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

This div background color is #bbefee


#bbefee Border Color

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

This div border color is #bbefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefee


Comments

No comments written yet.

Please login to write comment.