Color Hex Logo

#b4c5bd Color Hex

#B4C5BD
(180,197,189)
0 Favorites   0 Comments

Color spaces of #b4c5bd

RGB 180197189
HSL0.420.130.74
HSV152°77°
CMYK 0.090.000.04   0.23
XYZ47.974053.309955.9055
Yxy53.30990.30520.3391
Hunter Lab73.0136-10.48955.7120
CIE-Lab78.0576-7.32042.0179

#b4c5bd color RGB value is (180,197,189).

#b4c5bd hex color red value is 180, green value is 197 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b4c5bd hue: 0.42 , saturation: 0.13 and the lightness value of b4c5bd is 0.74.

The process color (four color CMYK) of #b4c5bd color hex is 0.09, 0.00, 0.04, 0.23. Web safe color of #b4c5bd is #cccccc. Color #b4c5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11000101 10111101
Octal 264 305 275
Decimal 180 197 189
Hex B4 C5 BD

RGB Percentages of Color #b4c5bd

%31.80
%34.81
%33.39

CMYK Percentages of Color #b4c5bd

%9
%0
%4
%23

Triadic Colors of #b4c5bd

#b4c5bd #bdb4c5 #c5bdb4

Analogous Colors of #b4c5bd

#b4c5bd #b4c5c5 #b4c5b5

Monochromatic Colors of #b4c5bd

#b4c5bd

Complementary Color

#b4c5bd #c5b4bc

#b4c5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4c5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4c5bd Color CSS Codes

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

#b4c5bd Text Font Color

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

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


#b4c5bd Background Color

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

This div background color is #b4c5bd


#b4c5bd Border Color

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

This div border color is #b4c5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4c5bd


Comments

No comments written yet.

Please login to write comment.