Color Hex Logo

#bbefcc Color Hex

#BBEFCC
(187,239,204)
0 Favorites   0 Comments

Color spaces of #bbefcc

RGB 187239204
HSL0.390.620.84
HSV140°22°94°
CMYK 0.220.000.15   0.06
XYZ62.259176.657468.6417
Yxy76.65740.30000.3693
Hunter Lab87.5542-26.289914.8051
CIE-Lab90.1637-23.367111.5506

#bbefcc color RGB value is (187,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11001100
Octal 273 357 314
Decimal 187 239 204
Hex BB EF CC

RGB Percentages of Color #bbefcc

%29.68
%37.94
%32.38

CMYK Percentages of Color #bbefcc

%22
%0
%15
%6

Triadic Colors of #bbefcc

#bbefcc #ccbbef #efccbb

Analogous Colors of #bbefcc

#bbefcc #bbefe6 #c4efbb

Monochromatic Colors of #bbefcc

#bbefcc

Complementary Color

#bbefcc #efbbde

#bbefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefcc Color CSS Codes

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

#bbefcc Text Font Color

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

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


#bbefcc Background Color

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

This div background color is #bbefcc


#bbefcc Border Color

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

This div border color is #bbefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefcc


Comments

No comments written yet.

Please login to write comment.