Color Hex Logo

#b0acdf Color Hex

#B0ACDF
(176,172,223)
0 Favorites   0 Comments

Color spaces of #b0acdf

RGB 176172223
HSL0.680.440.77
HSV245°23°87°
CMYK 0.210.230.00   0.13
XYZ45.976344.062975.8938
Yxy44.06290.27710.2655
Hunter Lab66.37997.4686-21.3218
CIE-Lab72.270512.0196-25.1380

#b0acdf color RGB value is (176,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101100 11011111
Octal 260 254 337
Decimal 176 172 223
Hex B0 AC DF

RGB Percentages of Color #b0acdf

%30.82
%30.12
%39.05

CMYK Percentages of Color #b0acdf

%21
%23
%0
%13

Triadic Colors of #b0acdf

#b0acdf #dfb0ac #acdfb0

Analogous Colors of #b0acdf

#b0acdf #caacdf #acc2df

Monochromatic Colors of #b0acdf

#b0acdf

Complementary Color

#b0acdf #dbdfac

#b0acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0acdf Color CSS Codes

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

#b0acdf Text Font Color

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

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


#b0acdf Background Color

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

This div background color is #b0acdf


#b0acdf Border Color

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

This div border color is #b0acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0acdf


Comments

No comments written yet.

Please login to write comment.