Color Hex Logo

#b1b4cf Color Hex

#B1B4CF
(177,180,207)
0 Favorites   0 Comments

Color spaces of #b1b4cf

RGB 177180207
HSL0.650.240.75
HSV234°14°81°
CMYK 0.140.130.00   0.19
XYZ45.715246.494665.5964
Yxy46.49460.28970.2946
Hunter Lab68.18690.3462-9.3066
CIE-Lab73.86534.4010-13.9755

#b1b4cf color RGB value is (177,180,207).

#b1b4cf hex color red value is 177, green value is 180 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b1b4cf hue: 0.65 , saturation: 0.24 and the lightness value of b1b4cf is 0.75.

The process color (four color CMYK) of #b1b4cf color hex is 0.14, 0.13, 0.00, 0.19. Web safe color of #b1b4cf is #99cccc. Color #b1b4cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110100 11001111
Octal 261 264 317
Decimal 177 180 207
Hex B1 B4 CF

RGB Percentages of Color #b1b4cf

%31.38
%31.91
%36.70

CMYK Percentages of Color #b1b4cf

%14
%13
%0
%19

Triadic Colors of #b1b4cf

#b1b4cf #cfb1b4 #b4cfb1

Analogous Colors of #b1b4cf

#b1b4cf #bdb1cf #b1c3cf

Monochromatic Colors of #b1b4cf

#b1b4cf

Complementary Color

#b1b4cf #cfccb1

#b1b4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b4cf Color CSS Codes

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

#b1b4cf Text Font Color

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

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


#b1b4cf Background Color

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

This div background color is #b1b4cf


#b1b4cf Border Color

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

This div border color is #b1b4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b4cf


Comments

No comments written yet.

Please login to write comment.