Color Hex Logo

#b0fecd Color Hex

#B0FECD
(176,254,205)
0 Favorites   0 Comments

Color spaces of #b0fecd

RGB 176254205
HSL0.400.980.84
HSV142°31°100°
CMYK 0.310.000.19   0.00
XYZ64.365884.521570.6795
Yxy84.52150.29310.3849
Hunter Lab91.9356-35.916118.7731
CIE-Lab93.6765-33.665115.9268

#b0fecd color RGB value is (176,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111110 11001101
Octal 260 376 315
Decimal 176 254 205
Hex B0 FE CD

RGB Percentages of Color #b0fecd

%27.72
%40.00
%32.28

CMYK Percentages of Color #b0fecd

%31
%0
%19
%0

Triadic Colors of #b0fecd

#b0fecd #cdb0fe #fecdb0

Analogous Colors of #b0fecd

#b0fecd #b0fef4 #bafeb0

Monochromatic Colors of #b0fecd

#b0fecd

Complementary Color

#b0fecd #feb0e1

#b0fecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fecd Color CSS Codes

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

#b0fecd Text Font Color

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

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


#b0fecd Background Color

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

This div background color is #b0fecd


#b0fecd Border Color

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

This div border color is #b0fecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,254,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fecd

Related Colors


Comments

No comments written yet.

Please login to write comment.