Color Hex Logo

#b4baca Color Hex

#B4BACA
(180,186,202)
0 Favorites   0 Comments

Color spaces of #b4baca

RGB 180186202
HSL0.620.170.75
HSV224°11°79°
CMYK 0.110.080.00   0.21
XYZ47.042049.085462.8722
Yxy49.08540.29590.3087
Hunter Lab70.0610-2.7540-4.1637
CIE-Lab75.50441.0898-8.7780

#b4baca color RGB value is (180,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 11001010
Octal 264 272 312
Decimal 180 186 202
Hex B4 BA CA

RGB Percentages of Color #b4baca

%31.69
%32.75
%35.56

CMYK Percentages of Color #b4baca

%11
%8
%0
%21

Triadic Colors of #b4baca

#b4baca #cab4ba #bacab4

Analogous Colors of #b4baca

#b4baca #b9b4ca #b4c5ca

Monochromatic Colors of #b4baca

#b4baca

Complementary Color

#b4baca #cac4b4

#b4baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4baca Color CSS Codes

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

#b4baca Text Font Color

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

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


#b4baca Background Color

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

This div background color is #b4baca


#b4baca Border Color

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

This div border color is #b4baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4baca


Comments

No comments written yet.

Please login to write comment.