Color Hex Logo

#b5aedb Color Hex

#B5AEDB
(181,174,219)
0 Favorites   0 Comments

Color spaces of #b5aedb

RGB 181174219
HSL0.690.380.77
HSV249°21°86°
CMYK 0.170.210.00   0.14
XYZ46.978345.210373.2683
Yxy45.21030.28390.2732
Hunter Lab67.23867.0469-17.5399
CIE-Lab73.030211.5762-21.7594

#b5aedb color RGB value is (181,174,219).

#b5aedb hex color red value is 181, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b5aedb hue: 0.69 , saturation: 0.38 and the lightness value of b5aedb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 11011011
Octal 265 256 333
Decimal 181 174 219
Hex B5 AE DB

RGB Percentages of Color #b5aedb

%31.53
%30.31
%38.15

CMYK Percentages of Color #b5aedb

%17
%21
%0
%14

Triadic Colors of #b5aedb

#b5aedb #dbb5ae #aedbb5

Analogous Colors of #b5aedb

#b5aedb #ccaedb #aebedb

Monochromatic Colors of #b5aedb

#b5aedb

Complementary Color

#b5aedb #d4dbae

#b5aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aedb Color CSS Codes

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

#b5aedb Text Font Color

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

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


#b5aedb Background Color

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

This div background color is #b5aedb


#b5aedb Border Color

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

This div border color is #b5aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aedb


Comments

No comments written yet.

Please login to write comment.