Color Hex Logo

#b0febd Color Hex

#B0FEBD
(176,254,189)
0 Favorites   0 Comments

Color spaces of #b0febd

RGB 176254189
HSL0.360.980.84
HSV130°31°100°
CMYK 0.310.000.26   0.00
XYZ62.531683.787961.0210
Yxy83.78790.30160.4041
Hunter Lab91.5357-38.247324.5502
CIE-Lab93.3583-36.504423.6555

#b0febd color RGB value is (176,254,189).

#b0febd hex color red value is 176, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b0febd hue: 0.36 , saturation: 0.98 and the lightness value of b0febd is 0.84.

The process color (four color CMYK) of #b0febd color hex is 0.31, 0.00, 0.26, 0.00. Web safe color of #b0febd is #99ffcc. Color #b0febd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111110 10111101
Octal 260 376 275
Decimal 176 254 189
Hex B0 FE BD

RGB Percentages of Color #b0febd

%28.43
%41.03
%30.53

CMYK Percentages of Color #b0febd

%31
%0
%26
%0

Triadic Colors of #b0febd

#b0febd #bdb0fe #febdb0

Analogous Colors of #b0febd

#b0febd #b0fee4 #cafeb0

Monochromatic Colors of #b0febd

#b0febd

Complementary Color

#b0febd #feb0f1

#b0febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0febd Color CSS Codes

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

#b0febd Text Font Color

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

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


#b0febd Background Color

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

This div background color is #b0febd


#b0febd Border Color

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

This div border color is #b0febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0febd


Comments

No comments written yet.

Please login to write comment.