Color Hex Logo

#b4bacd Color Hex

#B4BACD
(180,186,205)
0 Favorites   0 Comments

Color spaces of #b4bacd

RGB 180186205
HSL0.630.200.75
HSV226°12°80°
CMYK 0.120.090.00   0.20
XYZ47.400749.228964.7614
Yxy49.22890.29370.3050
Hunter Lab70.1633-2.1953-5.6109
CIE-Lab75.59351.7085-10.2760

#b4bacd color RGB value is (180,186,205).

#b4bacd hex color red value is 180, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b4bacd hue: 0.63 , saturation: 0.20 and the lightness value of b4bacd is 0.75.

The process color (four color CMYK) of #b4bacd color hex is 0.12, 0.09, 0.00, 0.20. Web safe color of #b4bacd is #cccccc. Color #b4bacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 11001101
Octal 264 272 315
Decimal 180 186 205
Hex B4 BA CD

RGB Percentages of Color #b4bacd

%31.52
%32.57
%35.90

CMYK Percentages of Color #b4bacd

%12
%9
%0
%20

Triadic Colors of #b4bacd

#b4bacd #cdb4ba #bacdb4

Analogous Colors of #b4bacd

#b4bacd #bbb4cd #b4c7cd

Monochromatic Colors of #b4bacd

#b4bacd

Complementary Color

#b4bacd #cdc7b4

#b4bacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bacd Color CSS Codes

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

#b4bacd Text Font Color

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

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


#b4bacd Background Color

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

This div background color is #b4bacd


#b4bacd Border Color

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

This div border color is #b4bacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bacd


Comments

No comments written yet.

Please login to write comment.