Color Hex Logo

#b5acdf Color Hex

#B5ACDF
(181,172,223)
0 Favorites   0 Comments

Color spaces of #b5acdf

RGB 181172223
HSL0.700.440.77
HSV251°23°87°
CMYK 0.190.230.00   0.13
XYZ47.127944.656575.9477
Yxy44.65650.28100.2662
Hunter Lab66.82558.9403-20.6057
CIE-Lab72.665113.5687-24.4996

#b5acdf color RGB value is (181,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101100 11011111
Octal 265 254 337
Decimal 181 172 223
Hex B5 AC DF

RGB Percentages of Color #b5acdf

%31.42
%29.86
%38.72

CMYK Percentages of Color #b5acdf

%19
%23
%0
%13

Triadic Colors of #b5acdf

#b5acdf #dfb5ac #acdfb5

Analogous Colors of #b5acdf

#b5acdf #cfacdf #acbddf

Monochromatic Colors of #b5acdf

#b5acdf

Complementary Color

#b5acdf #d6dfac

#b5acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5acdf Color CSS Codes

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

#b5acdf Text Font Color

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

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


#b5acdf Background Color

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

This div background color is #b5acdf


#b5acdf Border Color

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

This div border color is #b5acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5acdf


Comments

No comments written yet.

Please login to write comment.