Color Hex Logo

#b5aadc Color Hex

#B5AADC
(181,170,220)
0 Favorites   0 Comments

Color spaces of #b5aadc

RGB 181170220
HSL0.700.420.76
HSV253°23°86°
CMYK 0.180.230.00   0.14
XYZ46.349043.740573.7101
Yxy43.74050.28300.2670
Hunter Lab66.13669.3550-19.7839
CIE-Lab72.054714.0075-23.7928

#b5aadc color RGB value is (181,170,220).

#b5aadc hex color red value is 181, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b5aadc hue: 0.70 , saturation: 0.42 and the lightness value of b5aadc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 11011100
Octal 265 252 334
Decimal 181 170 220
Hex B5 AA DC

RGB Percentages of Color #b5aadc

%31.70
%29.77
%38.53

CMYK Percentages of Color #b5aadc

%18
%23
%0
%14

Triadic Colors of #b5aadc

#b5aadc #dcb5aa #aadcb5

Analogous Colors of #b5aadc

#b5aadc #ceaadc #aab8dc

Monochromatic Colors of #b5aadc

#b5aadc

Complementary Color

#b5aadc #d1dcaa

#b5aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aadc Color CSS Codes

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

#b5aadc Text Font Color

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

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


#b5aadc Background Color

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

This div background color is #b5aadc


#b5aadc Border Color

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

This div border color is #b5aadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,170,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aadc


Comments

No comments written yet.

Please login to write comment.