Color Hex Logo

#b3aecd Color Hex

#B3AECD
(179,174,205)
0 Favorites   0 Comments

Color spaces of #b3aecd

RGB 179174205
HSL0.690.240.74
HSV250°15°80°
CMYK 0.130.150.00   0.20
XYZ44.745944.263663.9430
Yxy44.26360.29250.2894
Hunter Lab66.53093.6226-10.4121
CIE-Lab72.40437.9098-15.0631

#b3aecd color RGB value is (179,174,205).

#b3aecd hex color red value is 179, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b3aecd hue: 0.69 , saturation: 0.24 and the lightness value of b3aecd is 0.74.

The process color (four color CMYK) of #b3aecd color hex is 0.13, 0.15, 0.00, 0.20. Web safe color of #b3aecd is #cc99cc. Color #b3aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 11001101
Octal 263 256 315
Decimal 179 174 205
Hex B3 AE CD

RGB Percentages of Color #b3aecd

%32.08
%31.18
%36.74

CMYK Percentages of Color #b3aecd

%13
%15
%0
%20

Triadic Colors of #b3aecd

#b3aecd #cdb3ae #aecdb3

Analogous Colors of #b3aecd

#b3aecd #c3aecd #aeb9cd

Monochromatic Colors of #b3aecd

#b3aecd

Complementary Color

#b3aecd #c8cdae

#b3aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aecd Color CSS Codes

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

#b3aecd Text Font Color

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

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


#b3aecd Background Color

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

This div background color is #b3aecd


#b3aecd Border Color

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

This div border color is #b3aecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,174,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aecd


Comments

No comments written yet.

Please login to write comment.