Color Hex Logo

#b0aecd Color Hex

#B0AECD
(176,174,205)
0 Favorites   0 Comments

Color spaces of #b0aecd

RGB 176174205
HSL0.680.240.74
HSV244°15°80°
CMYK 0.140.150.00   0.20
XYZ44.060043.910063.9109
Yxy43.91000.29010.2891
Hunter Lab66.26462.7233-10.7988
CIE-Lab72.16836.9295-15.4420

#b0aecd color RGB value is (176,174,205).

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

The process color (four color CMYK) of #b0aecd color hex is 0.14, 0.15, 0.00, 0.20. Web safe color of #b0aecd is #9999cc. Color #b0aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101110 11001101
Octal 260 256 315
Decimal 176 174 205
Hex B0 AE CD

RGB Percentages of Color #b0aecd

%31.71
%31.35
%36.94

CMYK Percentages of Color #b0aecd

%14
%15
%0
%20

Triadic Colors of #b0aecd

#b0aecd #cdb0ae #aecdb0

Analogous Colors of #b0aecd

#b0aecd #c0aecd #aebccd

Monochromatic Colors of #b0aecd

#b0aecd

Complementary Color

#b0aecd #cbcdae

#b0aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aecd Color CSS Codes

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

#b0aecd Text Font Color

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

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


#b0aecd Background Color

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

This div background color is #b0aecd


#b0aecd Border Color

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

This div border color is #b0aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aecd


Comments

No comments written yet.

Please login to write comment.