Color Hex Logo

#b4bacb Color Hex

#B4BACB
(180,186,203)
0 Favorites   0 Comments

Color spaces of #b4bacb

RGB 180186203
HSL0.620.180.75
HSV224°11°80°
CMYK 0.110.080.00   0.20
XYZ47.160849.132963.4979
Yxy49.13290.29510.3075
Hunter Lab70.0949-2.5687-4.6435
CIE-Lab75.53391.2953-9.2777

#b4bacb color RGB value is (180,186,203).

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

The process color (four color CMYK) of #b4bacb color hex is 0.11, 0.08, 0.00, 0.20. Web safe color of #b4bacb is #cccccc. Color #b4bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 11001011
Octal 264 272 313
Decimal 180 186 203
Hex B4 BA CB

RGB Percentages of Color #b4bacb

%31.63
%32.69
%35.68

CMYK Percentages of Color #b4bacb

%11
%8
%0
%20

Triadic Colors of #b4bacb

#b4bacb #cbb4ba #bacbb4

Analogous Colors of #b4bacb

#b4bacb #bab4cb #b4c6cb

Monochromatic Colors of #b4bacb

#b4bacb

Complementary Color

#b4bacb #cbc5b4

#b4bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bacb Color CSS Codes

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

#b4bacb Text Font Color

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

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


#b4bacb Background Color

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

This div background color is #b4bacb


#b4bacb Border Color

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

This div border color is #b4bacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,186,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bacb


Comments

No comments written yet.

Please login to write comment.