Color Hex Logo

#b0aceb Color Hex

#B0ACEB
(176,172,235)
0 Favorites   0 Comments

Color spaces of #b0aceb

RGB 176172235
HSL0.680.610.80
HSV244°27°92°
CMYK 0.250.270.00   0.08
XYZ47.652444.733384.7201
Yxy44.73330.26910.2526
Hunter Lab66.883010.1315-28.2841
CIE-Lab72.715914.8125-30.9939

#b0aceb color RGB value is (176,172,235).

#b0aceb hex color red value is 176, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b0aceb hue: 0.68 , saturation: 0.61 and the lightness value of b0aceb is 0.80.

The process color (four color CMYK) of #b0aceb color hex is 0.25, 0.27, 0.00, 0.08. Web safe color of #b0aceb is #9999ff. Color #b0aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101100 11101011
Octal 260 254 353
Decimal 176 172 235
Hex B0 AC EB

RGB Percentages of Color #b0aceb

%30.19
%29.50
%40.31

CMYK Percentages of Color #b0aceb

%25
%27
%0
%8

Triadic Colors of #b0aceb

#b0aceb #ebb0ac #acebb0

Analogous Colors of #b0aceb

#b0aceb #d0aceb #acc8eb

Monochromatic Colors of #b0aceb

#b0aceb

Complementary Color

#b0aceb #e7ebac

#b0aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aceb Color CSS Codes

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

#b0aceb Text Font Color

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

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


#b0aceb Background Color

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

This div background color is #b0aceb


#b0aceb Border Color

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

This div border color is #b0aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aceb


Comments

No comments written yet.

Please login to write comment.