Color Hex Logo

#b4b7cb Color Hex

#B4B7CB
(180,183,203)
0 Favorites   0 Comments

Color spaces of #b4b7cb

RGB 180183203
HSL0.640.180.75
HSV232°11°80°
CMYK 0.110.100.00   0.20
XYZ46.535447.882163.2894
Yxy47.88210.29510.3036
Hunter Lab69.1969-1.0521-5.7905
CIE-Lab74.75052.9146-10.4454

#b4b7cb color RGB value is (180,183,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110111 11001011
Octal 264 267 313
Decimal 180 183 203
Hex B4 B7 CB

RGB Percentages of Color #b4b7cb

%31.80
%32.33
%35.87

CMYK Percentages of Color #b4b7cb

%11
%10
%0
%20

Triadic Colors of #b4b7cb

#b4b7cb #cbb4b7 #b7cbb4

Analogous Colors of #b4b7cb

#b4b7cb #bdb4cb #b4c3cb

Monochromatic Colors of #b4b7cb

#b4b7cb

Complementary Color

#b4b7cb #cbc8b4

#b4b7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b7cb Color CSS Codes

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

#b4b7cb Text Font Color

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

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


#b4b7cb Background Color

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

This div background color is #b4b7cb


#b4b7cb Border Color

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

This div border color is #b4b7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b7cb


Comments

No comments written yet.

Please login to write comment.