Color Hex Logo

#b0feca Color Hex

#B0FECA
(176,254,202)
0 Favorites   0 Comments

Color spaces of #b0feca

RGB 176254202
HSL0.390.980.84
HSV140°31°100°
CMYK 0.310.000.20   0.00
XYZ64.007084.378068.7902
Yxy84.37800.29470.3885
Hunter Lab91.8575-36.370519.8992
CIE-Lab93.6144-34.214817.3766

#b0feca color RGB value is (176,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111110 11001010
Octal 260 376 312
Decimal 176 254 202
Hex B0 FE CA

RGB Percentages of Color #b0feca

%27.85
%40.19
%31.96

CMYK Percentages of Color #b0feca

%31
%0
%20
%0

Triadic Colors of #b0feca

#b0feca #cab0fe #fecab0

Analogous Colors of #b0feca

#b0feca #b0fef1 #bdfeb0

Monochromatic Colors of #b0feca

#b0feca

Complementary Color

#b0feca #feb0e4

#b0feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0feca Color CSS Codes

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

#b0feca Text Font Color

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

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


#b0feca Background Color

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

This div background color is #b0feca


#b0feca Border Color

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

This div border color is #b0feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0feca

Related Colors


Comments

No comments written yet.

Please login to write comment.