Color Hex Logo

#b5aade Color Hex

#B5AADE
(181,170,222)
0 Favorites   0 Comments

Color spaces of #b5aade

RGB 181170222
HSL0.700.440.77
HSV253°23°87°
CMYK 0.180.230.00   0.13
XYZ46.615643.847175.1137
Yxy43.84710.28150.2648
Hunter Lab66.21719.7806-20.9039
CIE-Lab72.126214.4526-24.7772

#b5aade color RGB value is (181,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101010 11011110
Octal 265 252 336
Decimal 181 170 222
Hex B5 AA DE

RGB Percentages of Color #b5aade

%31.59
%29.67
%38.74

CMYK Percentages of Color #b5aade

%18
%23
%0
%13

Triadic Colors of #b5aade

#b5aade #deb5aa #aadeb5

Analogous Colors of #b5aade

#b5aade #cfaade #aab9de

Monochromatic Colors of #b5aade

#b5aade

Complementary Color

#b5aade #d3deaa

#b5aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aade Color CSS Codes

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

#b5aade Text Font Color

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

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


#b5aade Background Color

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

This div background color is #b5aade


#b5aade Border Color

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

This div border color is #b5aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aade

#b5aade Color Palettes


Comments

No comments written yet.

Please login to write comment.