Color Hex Logo

#b3aecc Color Hex

#B3AECC
(179,174,204)
0 Favorites   0 Comments

Color spaces of #b3aecc

RGB 179174204
HSL0.690.230.74
HSV250°15°80°
CMYK 0.120.150.00   0.20
XYZ44.625544.215463.3092
Yxy44.21540.29330.2906
Hunter Lab66.49473.4282-9.9034
CIE-Lab72.37227.6990-14.5633

#b3aecc color RGB value is (179,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 11001100
Octal 263 256 314
Decimal 179 174 204
Hex B3 AE CC

RGB Percentages of Color #b3aecc

%32.14
%31.24
%36.62

CMYK Percentages of Color #b3aecc

%12
%15
%0
%20

Triadic Colors of #b3aecc

#b3aecc #ccb3ae #aeccb3

Analogous Colors of #b3aecc

#b3aecc #c2aecc #aeb8cc

Monochromatic Colors of #b3aecc

#b3aecc

Complementary Color

#b3aecc #c7ccae

#b3aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aecc Color CSS Codes

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

#b3aecc Text Font Color

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

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


#b3aecc Background Color

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

This div background color is #b3aecc


#b3aecc Border Color

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

This div border color is #b3aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aecc


Comments

No comments written yet.

Please login to write comment.