Color Hex Logo

#b4bacf Color Hex

#B4BACF
(180,186,207)
0 Favorites   0 Comments

Color spaces of #b4bacf

RGB 180186207
HSL0.630.220.76
HSV227°13°81°
CMYK 0.130.100.00   0.19
XYZ47.643849.326166.0413
Yxy49.32610.29230.3026
Hunter Lab70.2325-1.8175-6.5890
CIE-Lab75.65382.1256-11.2730

#b4bacf color RGB value is (180,186,207).

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

The process color (four color CMYK) of #b4bacf color hex is 0.13, 0.10, 0.00, 0.19. Web safe color of #b4bacf is #cccccc. Color #b4bacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 11001111
Octal 264 272 317
Decimal 180 186 207
Hex B4 BA CF

RGB Percentages of Color #b4bacf

%31.41
%32.46
%36.13

CMYK Percentages of Color #b4bacf

%13
%10
%0
%19

Triadic Colors of #b4bacf

#b4bacf #cfb4ba #bacfb4

Analogous Colors of #b4bacf

#b4bacf #bcb4cf #b4c8cf

Monochromatic Colors of #b4bacf

#b4bacf

Complementary Color

#b4bacf #cfc9b4

#b4bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bacf Color CSS Codes

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

#b4bacf Text Font Color

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

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


#b4bacf Background Color

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

This div background color is #b4bacf


#b4bacf Border Color

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

This div border color is #b4bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bacf


Comments

No comments written yet.

Please login to write comment.