Color Hex Logo

#b7d5bd Color Hex

#B7D5BD
(183,213,189)
1 Favorites   0 Comments

Color spaces of #b7d5bd

RGB 183213189
HSL0.370.260.78
HSV132°14°84°
CMYK 0.140.000.11   0.16
XYZ52.508061.329957.2145
Yxy61.32990.30700.3585
Hunter Lab78.3134-17.366811.5031
CIE-Lab82.5558-14.54328.5330

#b7d5bd color RGB value is (183,213,189).

#b7d5bd hex color red value is 183, green value is 213 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b7d5bd hue: 0.37 , saturation: 0.26 and the lightness value of b7d5bd is 0.78.

The process color (four color CMYK) of #b7d5bd color hex is 0.14, 0.00, 0.11, 0.16. Web safe color of #b7d5bd is #cccccc. Color #b7d5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11010101 10111101
Octal 267 325 275
Decimal 183 213 189
Hex B7 D5 BD

RGB Percentages of Color #b7d5bd

%31.28
%36.41
%32.31

CMYK Percentages of Color #b7d5bd

%14
%0
%11
%16

Triadic Colors of #b7d5bd

#b7d5bd #bdb7d5 #d5bdb7

Analogous Colors of #b7d5bd

#b7d5bd #b7d5cc #c0d5b7

Monochromatic Colors of #b7d5bd

#b7d5bd

Complementary Color

#b7d5bd #d5b7cf

#b7d5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d5bd Color CSS Codes

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

#b7d5bd Text Font Color

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

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


#b7d5bd Background Color

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

This div background color is #b7d5bd


#b7d5bd Border Color

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

This div border color is #b7d5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d5bd


Comments

No comments written yet.

Please login to write comment.