Color Hex Logo

#b4d1b7 Color Hex

#B4D1B7
(180,209,183)
0 Favorites   0 Comments

Color spaces of #b4d1b7

RGB 180209183
HSL0.350.240.76
HSV126°14°82°
CMYK 0.140.000.12   0.18
XYZ50.170158.723153.4902
Yxy58.72310.30900.3616
Hunter Lab76.6310-17.240812.2559
CIE-Lab81.1392-14.61889.6712

#b4d1b7 color RGB value is (180,209,183).

#b4d1b7 hex color red value is 180, green value is 209 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #b4d1b7 hue: 0.35 , saturation: 0.24 and the lightness value of b4d1b7 is 0.76.

The process color (four color CMYK) of #b4d1b7 color hex is 0.14, 0.00, 0.12, 0.18. Web safe color of #b4d1b7 is #cccccc. Color #b4d1b7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010001 10110111
Octal 264 321 267
Decimal 180 209 183
Hex B4 D1 B7

RGB Percentages of Color #b4d1b7

%31.47
%36.54
%31.99

CMYK Percentages of Color #b4d1b7

%14
%0
%12
%18

Triadic Colors of #b4d1b7

#b4d1b7 #b7b4d1 #d1b7b4

Analogous Colors of #b4d1b7

#b4d1b7 #b4d1c6 #c0d1b4

Monochromatic Colors of #b4d1b7

#b4d1b7

Complementary Color

#b4d1b7 #d1b4ce

#b4d1b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d1b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d1b7 Color CSS Codes

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

#b4d1b7 Text Font Color

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

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


#b4d1b7 Background Color

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

This div background color is #b4d1b7


#b4d1b7 Border Color

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

This div border color is #b4d1b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d1b7


Comments

No comments written yet.

Please login to write comment.