Color Hex Logo

#b1d5bf Color Hex

#B1D5BF
(177,213,191)
0 Favorites   0 Comments

Color spaces of #b1d5bf

RGB 177213191
HSL0.400.300.76
HSV143°17°84°
CMYK 0.170.000.10   0.16
XYZ51.329760.697258.3006
Yxy60.69720.30140.3564
Hunter Lab77.9084-18.735610.1679
CIE-Lab82.2157-16.16946.9318

#b1d5bf color RGB value is (177,213,191).

#b1d5bf hex color red value is 177, green value is 213 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b1d5bf hue: 0.40 , saturation: 0.30 and the lightness value of b1d5bf is 0.76.

The process color (four color CMYK) of #b1d5bf color hex is 0.17, 0.00, 0.10, 0.16. Web safe color of #b1d5bf is #99cccc. Color #b1d5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010101 10111111
Octal 261 325 277
Decimal 177 213 191
Hex B1 D5 BF

RGB Percentages of Color #b1d5bf

%30.46
%36.66
%32.87

CMYK Percentages of Color #b1d5bf

%17
%0
%10
%16

Triadic Colors of #b1d5bf

#b1d5bf #bfb1d5 #d5bfb1

Analogous Colors of #b1d5bf

#b1d5bf #b1d5d1 #b5d5b1

Monochromatic Colors of #b1d5bf

#b1d5bf

Complementary Color

#b1d5bf #d5b1c7

#b1d5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d5bf Color CSS Codes

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

#b1d5bf Text Font Color

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

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


#b1d5bf Background Color

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

This div background color is #b1d5bf


#b1d5bf Border Color

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

This div border color is #b1d5bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,213,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d5bf


Comments

No comments written yet.

Please login to write comment.