Color Hex Logo

#b1d2bf Color Hex

#B1D2BF
(177,210,191)
0 Favorites   0 Comments

Color spaces of #b1d2bf

RGB 177210191
HSL0.400.270.76
HSV145°16°82°
CMYK 0.160.000.09   0.18
XYZ50.582059.201958.0514
Yxy59.20190.30140.3527
Hunter Lab76.9428-17.30449.1271
CIE-Lab81.4024-14.65085.7614

#b1d2bf color RGB value is (177,210,191).

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

The process color (four color CMYK) of #b1d2bf color hex is 0.16, 0.00, 0.09, 0.18. Web safe color of #b1d2bf is #99cccc. Color #b1d2bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11010010 10111111
Octal 261 322 277
Decimal 177 210 191
Hex B1 D2 BF

RGB Percentages of Color #b1d2bf

%30.62
%36.33
%33.04

CMYK Percentages of Color #b1d2bf

%16
%0
%9
%18

Triadic Colors of #b1d2bf

#b1d2bf #bfb1d2 #d2bfb1

Analogous Colors of #b1d2bf

#b1d2bf #b1d2d0 #b4d2b1

Monochromatic Colors of #b1d2bf

#b1d2bf

Complementary Color

#b1d2bf #d2b1c4

#b1d2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d2bf Color CSS Codes

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

#b1d2bf Text Font Color

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

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


#b1d2bf Background Color

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

This div background color is #b1d2bf


#b1d2bf Border Color

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

This div border color is #b1d2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d2bf


Comments

No comments written yet.

Please login to write comment.