Color Hex Logo

#b5efbe Color Hex

#B5EFBE
(181,239,190)
0 Favorites   0 Comments

Color spaces of #b5efbe

RGB 181239190
HSL0.360.640.82
HSV129°24°94°
CMYK 0.240.000.21   0.06
XYZ59.216875.274560.1236
Yxy75.27450.30430.3868
Hunter Lab86.7609-30.000119.6458
CIE-Lab89.5214-27.790117.8525

#b5efbe color RGB value is (181,239,190).

#b5efbe hex color red value is 181, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b5efbe hue: 0.36 , saturation: 0.64 and the lightness value of b5efbe is 0.82.

The process color (four color CMYK) of #b5efbe color hex is 0.24, 0.00, 0.21, 0.06. Web safe color of #b5efbe is #ccffcc. Color #b5efbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101111 10111110
Octal 265 357 276
Decimal 181 239 190
Hex B5 EF BE

RGB Percentages of Color #b5efbe

%29.67
%39.18
%31.15

CMYK Percentages of Color #b5efbe

%24
%0
%21
%6

Triadic Colors of #b5efbe

#b5efbe #beb5ef #efbeb5

Analogous Colors of #b5efbe

#b5efbe #b5efdb #c9efb5

Monochromatic Colors of #b5efbe

#b5efbe

Complementary Color

#b5efbe #efb5e6

#b5efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5efbe Color CSS Codes

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

#b5efbe Text Font Color

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

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


#b5efbe Background Color

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

This div background color is #b5efbe


#b5efbe Border Color

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

This div border color is #b5efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5efbe


Comments

No comments written yet.

Please login to write comment.