Color Hex Logo

#b1acdf Color Hex

#B1ACDF
(177,172,223)
0 Favorites   0 Comments

Color spaces of #b1acdf

RGB 177172223
HSL0.680.440.77
HSV246°23°87°
CMYK 0.210.230.00   0.13
XYZ46.203344.179975.9044
Yxy44.17990.27790.2657
Hunter Lab66.46807.7602-21.1798
CIE-Lab72.348612.3280-25.0117

#b1acdf color RGB value is (177,172,223).

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

The process color (four color CMYK) of #b1acdf color hex is 0.21, 0.23, 0.00, 0.13. Web safe color of #b1acdf is #9999cc. Color #b1acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 11011111
Octal 261 254 337
Decimal 177 172 223
Hex B1 AC DF

RGB Percentages of Color #b1acdf

%30.94
%30.07
%38.99

CMYK Percentages of Color #b1acdf

%21
%23
%0
%13

Triadic Colors of #b1acdf

#b1acdf #dfb1ac #acdfb1

Analogous Colors of #b1acdf

#b1acdf #cbacdf #acc1df

Monochromatic Colors of #b1acdf

#b1acdf

Complementary Color

#b1acdf #dadfac

#b1acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1acdf Color CSS Codes

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

#b1acdf Text Font Color

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

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


#b1acdf Background Color

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

This div background color is #b1acdf


#b1acdf Border Color

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

This div border color is #b1acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1acdf


Comments

No comments written yet.

Please login to write comment.