Color Hex Logo

#b4acdb Color Hex

#B4ACDB
(180,172,219)
1 Favorites   0 Comments

Color spaces of #b4acdb

RGB 180172219
HSL0.700.390.77
HSV250°21°86°
CMYK 0.180.210.00   0.14
XYZ46.361144.322873.1295
Yxy44.32280.28300.2706
Hunter Lab66.57547.7952-18.5241
CIE-Lab72.443712.3650-22.6597

#b4acdb color RGB value is (180,172,219).

#b4acdb hex color red value is 180, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b4acdb hue: 0.70 , saturation: 0.39 and the lightness value of b4acdb is 0.77.

The process color (four color CMYK) of #b4acdb color hex is 0.18, 0.21, 0.00, 0.14. Web safe color of #b4acdb is #cc99cc. Color #b4acdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101100 11011011
Octal 264 254 333
Decimal 180 172 219
Hex B4 AC DB

RGB Percentages of Color #b4acdb

%31.52
%30.12
%38.35

CMYK Percentages of Color #b4acdb

%18
%21
%0
%14

Triadic Colors of #b4acdb

#b4acdb #dbb4ac #acdbb4

Analogous Colors of #b4acdb

#b4acdb #ccacdb #acbcdb

Monochromatic Colors of #b4acdb

#b4acdb

Complementary Color

#b4acdb #d3dbac

#b4acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4acdb Color CSS Codes

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

#b4acdb Text Font Color

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

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


#b4acdb Background Color

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

This div background color is #b4acdb


#b4acdb Border Color

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

This div border color is #b4acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4acdb

#b4acdb Color Palettes


Comments

No comments written yet.

Please login to write comment.