Color Hex Logo

#bbafef Color Hex

#BBAFEF
(187,175,239)
0 Favorites   0 Comments

Color spaces of #bbafef

RGB 187175239
HSL0.700.670.81
HSV251°27°94°
CMYK 0.220.270.00   0.06
XYZ51.403547.456788.1122
Yxy47.45670.27490.2538
Hunter Lab68.888812.6378-27.6127
CIE-Lab74.481017.3650-30.3738

#bbafef color RGB value is (187,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11101111
Octal 273 257 357
Decimal 187 175 239
Hex BB AF EF

RGB Percentages of Color #bbafef

%31.11
%29.12
%39.77

CMYK Percentages of Color #bbafef

%22
%27
%0
%6

Triadic Colors of #bbafef

#bbafef #efbbaf #afefbb

Analogous Colors of #bbafef

#bbafef #dbafef #afc3ef

Monochromatic Colors of #bbafef

#bbafef

Complementary Color

#bbafef #e3efaf

#bbafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafef Color CSS Codes

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

#bbafef Text Font Color

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

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


#bbafef Background Color

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

This div background color is #bbafef


#bbafef Border Color

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

This div border color is #bbafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafef


Comments

No comments written yet.

Please login to write comment.