Color Hex Logo

#bbefec Color Hex

#BBEFEC
(187,239,236)
0 Favorites   0 Comments

Color spaces of #bbefec

RGB 187239236
HSL0.490.620.84
HSV177°22°94°
CMYK 0.220.000.01   0.06
XYZ66.500378.353990.9758
Yxy78.35390.28200.3322
Hunter Lab88.5177-20.80521.0260
CIE-Lab90.9412-17.0738-3.9917

#bbefec color RGB value is (187,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11101100
Octal 273 357 354
Decimal 187 239 236
Hex BB EF EC

RGB Percentages of Color #bbefec

%28.25
%36.10
%35.65

CMYK Percentages of Color #bbefec

%22
%0
%1
%6

Triadic Colors of #bbefec

#bbefec #ecbbef #efecbb

Analogous Colors of #bbefec

#bbefec #bbd8ef #bbefd2

Monochromatic Colors of #bbefec

#bbefec

Complementary Color

#bbefec #efbbbe

#bbefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefec Color CSS Codes

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

#bbefec Text Font Color

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

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


#bbefec Background Color

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

This div background color is #bbefec


#bbefec Border Color

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

This div border color is #bbefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefec


Comments

No comments written yet.

Please login to write comment.