Color Hex Logo

#b9acdf Color Hex

#B9ACDF
(185,172,223)
0 Favorites   0 Comments

Color spaces of #b9acdf

RGB 185172223
HSL0.710.440.77
HSV255°23°87°
CMYK 0.170.230.00   0.13
XYZ48.079445.147075.9922
Yxy45.14700.28410.2668
Hunter Lab67.191510.1419-20.0217
CIE-Lab72.988614.8202-23.9766

#b9acdf color RGB value is (185,172,223).

#b9acdf hex color red value is 185, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b9acdf hue: 0.71 , saturation: 0.44 and the lightness value of b9acdf is 0.77.

The process color (four color CMYK) of #b9acdf color hex is 0.17, 0.23, 0.00, 0.13. Web safe color of #b9acdf is #cc99cc. Color #b9acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101100 11011111
Octal 271 254 337
Decimal 185 172 223
Hex B9 AC DF

RGB Percentages of Color #b9acdf

%31.90
%29.66
%38.45

CMYK Percentages of Color #b9acdf

%17
%23
%0
%13

Triadic Colors of #b9acdf

#b9acdf #dfb9ac #acdfb9

Analogous Colors of #b9acdf

#b9acdf #d3acdf #acb9df

Monochromatic Colors of #b9acdf

#b9acdf

Complementary Color

#b9acdf #d2dfac

#b9acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9acdf Color CSS Codes

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

#b9acdf Text Font Color

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

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


#b9acdf Background Color

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

This div background color is #b9acdf


#b9acdf Border Color

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

This div border color is #b9acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9acdf


Comments

No comments written yet.

Please login to write comment.