Color Hex Logo

#bbecef Color Hex

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

Color spaces of #bbecef

RGB 187236239
HSL0.510.620.84
HSV183°22°94°
CMYK 0.220.010.00   0.06
XYZ66.069076.787793.0007
Yxy76.78770.28010.3256
Hunter Lab87.6286-18.7671-1.5848
CIE-Lab90.2238-14.9435-6.6158

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

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

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

Base Numbers

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

RGB Percentages of Color #bbecef

%28.25
%35.65
%36.10

CMYK Percentages of Color #bbecef

%22
%1
%0
%6

Triadic Colors of #bbecef

#bbecef #efbbec #ecefbb

Analogous Colors of #bbecef

#bbecef #bbd2ef #bbefd8

Monochromatic Colors of #bbecef

#bbecef

Complementary Color

#bbecef #efbebb

#bbecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecef Color CSS Codes

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

#bbecef Text Font Color

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

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


#bbecef Background Color

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

This div background color is #bbecef


#bbecef Border Color

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

This div border color is #bbecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecef


Comments

No comments written yet.

Please login to write comment.