Color Hex Logo

#b5fecb Color Hex

#B5FECB
(181,254,203)
0 Favorites   0 Comments

Color spaces of #b5fecb

RGB 181254203
HSL0.380.970.85
HSV138°29°100°
CMYK 0.290.000.20   0.00
XYZ65.277485.019269.4698
Yxy85.01920.29700.3869
Hunter Lab92.2059-34.990719.8738
CIE-Lab93.8914-32.528017.2908

#b5fecb color RGB value is (181,254,203).

#b5fecb hex color red value is 181, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5fecb hue: 0.38 , saturation: 0.97 and the lightness value of b5fecb is 0.85.

The process color (four color CMYK) of #b5fecb color hex is 0.29, 0.00, 0.20, 0.00. Web safe color of #b5fecb is #ccffcc. Color #b5fecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111110 11001011
Octal 265 376 313
Decimal 181 254 203
Hex B5 FE CB

RGB Percentages of Color #b5fecb

%28.37
%39.81
%31.82

CMYK Percentages of Color #b5fecb

%29
%0
%20
%0

Triadic Colors of #b5fecb

#b5fecb #cbb5fe #fecbb5

Analogous Colors of #b5fecb

#b5fecb #b5fef0 #c4feb5

Monochromatic Colors of #b5fecb

#b5fecb

Complementary Color

#b5fecb #feb5e8

#b5fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fecb Color CSS Codes

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

#b5fecb Text Font Color

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

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


#b5fecb Background Color

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

This div background color is #b5fecb


#b5fecb Border Color

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

This div border color is #b5fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fecb

Related Colors


Comments

No comments written yet.

Please login to write comment.