Color Hex Logo

#b1aedb Color Hex

#B1AEDB
(177,174,219)
0 Favorites   0 Comments

Color spaces of #b1aedb

RGB 177174219
HSL0.680.380.77
HSV244°21°86°
CMYK 0.190.210.00   0.14
XYZ46.053744.733773.2250
Yxy44.73370.28080.2727
Hunter Lab66.88335.8638-18.0935
CIE-Lab72.716210.3187-22.2662

#b1aedb color RGB value is (177,174,219).

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

The process color (four color CMYK) of #b1aedb color hex is 0.19, 0.21, 0.00, 0.14. Web safe color of #b1aedb is #9999cc. Color #b1aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 11011011
Octal 261 256 333
Decimal 177 174 219
Hex B1 AE DB

RGB Percentages of Color #b1aedb

%31.05
%30.53
%38.42

CMYK Percentages of Color #b1aedb

%19
%21
%0
%14

Triadic Colors of #b1aedb

#b1aedb #dbb1ae #aedbb1

Analogous Colors of #b1aedb

#b1aedb #c8aedb #aec2db

Monochromatic Colors of #b1aedb

#b1aedb

Complementary Color

#b1aedb #d8dbae

#b1aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aedb Color CSS Codes

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

#b1aedb Text Font Color

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

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


#b1aedb Background Color

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

This div background color is #b1aedb


#b1aedb Border Color

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

This div border color is #b1aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aedb


Comments

No comments written yet.

Please login to write comment.