Color Hex Logo

#bbefac Color Hex

#BBEFAC
(187,239,172)
0 Favorites   0 Comments

Color spaces of #bbefac

RGB 187239172
HSL0.300.680.81
HSV107°28°94°
CMYK 0.220.000.28   0.06
XYZ58.806475.276450.4601
Yxy75.27640.31870.4079
Hunter Lab86.7620-30.847926.2508
CIE-Lab89.5223-28.782827.1629

#bbefac color RGB value is (187,239,172).

#bbefac hex color red value is 187, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bbefac hue: 0.30 , saturation: 0.68 and the lightness value of bbefac is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 10101100
Octal 273 357 254
Decimal 187 239 172
Hex BB EF AC

RGB Percentages of Color #bbefac

%31.27
%39.97
%28.76

CMYK Percentages of Color #bbefac

%22
%0
%28
%6

Triadic Colors of #bbefac

#bbefac #acbbef #efacbb

Analogous Colors of #bbefac

#bbefac #acefbf #ddefac

Monochromatic Colors of #bbefac

#bbefac

Complementary Color

#bbefac #e0acef

#bbefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefac Color CSS Codes

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

#bbefac Text Font Color

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

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


#bbefac Background Color

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

This div background color is #bbefac


#bbefac Border Color

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

This div border color is #bbefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefac


Comments

No comments written yet.

Please login to write comment.