Color Hex Logo

#b0acdd Color Hex

#B0ACDD
(176,172,221)
0 Favorites   0 Comments

Color spaces of #b0acdd

RGB 176172221
HSL0.680.420.77
HSV245°22°87°
CMYK 0.200.220.00   0.13
XYZ45.708243.955674.4818
Yxy43.95560.27850.2678
Hunter Lab66.29907.0391-20.1984
CIE-Lab72.198811.5643-24.1550

#b0acdd color RGB value is (176,172,221).

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

The process color (four color CMYK) of #b0acdd color hex is 0.20, 0.22, 0.00, 0.13. Web safe color of #b0acdd is #9999cc. Color #b0acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101100 11011101
Octal 260 254 335
Decimal 176 172 221
Hex B0 AC DD

RGB Percentages of Color #b0acdd

%30.93
%30.23
%38.84

CMYK Percentages of Color #b0acdd

%20
%22
%0
%13

Triadic Colors of #b0acdd

#b0acdd #ddb0ac #acddb0

Analogous Colors of #b0acdd

#b0acdd #c9acdd #acc1dd

Monochromatic Colors of #b0acdd

#b0acdd

Complementary Color

#b0acdd #d9ddac

#b0acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0acdd Color CSS Codes

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

#b0acdd Text Font Color

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

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


#b0acdd Background Color

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

This div background color is #b0acdd


#b0acdd Border Color

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

This div border color is #b0acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0acdd

#b0acdd Color Palettes


Comments

No comments written yet.

Please login to write comment.