Color Hex Logo

#bbacef Color Hex

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

Color spaces of #bbacef

RGB 187172239
HSL0.700.680.81
HSV253°28°94°
CMYK 0.220.280.00   0.06
XYZ50.826046.301887.9197
Yxy46.30180.27470.2502
Hunter Lab68.045414.2497-28.9752
CIE-Lab73.740919.0234-31.5138

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

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

The process color (four color CMYK) of #bbacef color hex is 0.22, 0.28, 0.00, 0.06. Web safe color of #bbacef is #cc99ff. Color #bbacef contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #bbacef

%31.27
%28.76
%39.97

CMYK Percentages of Color #bbacef

%22
%28
%0
%6

Triadic Colors of #bbacef

#bbacef #efbbac #acefbb

Analogous Colors of #bbacef

#bbacef #ddacef #acbfef

Monochromatic Colors of #bbacef

#bbacef

Complementary Color

#bbacef #e0efac

#bbacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacef Color CSS Codes

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

#bbacef Text Font Color

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

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


#bbacef Background Color

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

This div background color is #bbacef


#bbacef Border Color

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

This div border color is #bbacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacef


Comments

No comments written yet.

Please login to write comment.