Color Hex Logo

#b5efbf Color Hex

#B5EFBF
(181,239,191)
0 Favorites   0 Comments

Color spaces of #b5efbf

RGB 181239191
HSL0.360.640.82
HSV130°24°94°
CMYK 0.240.000.20   0.06
XYZ59.326575.318360.7013
Yxy75.31830.30370.3856
Hunter Lab86.7861-29.854119.2807
CIE-Lab89.5419-27.614817.3639

#b5efbf color RGB value is (181,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101111 10111111
Octal 265 357 277
Decimal 181 239 191
Hex B5 EF BF

RGB Percentages of Color #b5efbf

%29.62
%39.12
%31.26

CMYK Percentages of Color #b5efbf

%24
%0
%20
%6

Triadic Colors of #b5efbf

#b5efbf #bfb5ef #efbfb5

Analogous Colors of #b5efbf

#b5efbf #b5efdc #c8efb5

Monochromatic Colors of #b5efbf

#b5efbf

Complementary Color

#b5efbf #efb5e5

#b5efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5efbf Color CSS Codes

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

#b5efbf Text Font Color

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

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


#b5efbf Background Color

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

This div background color is #b5efbf


#b5efbf Border Color

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

This div border color is #b5efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5efbf


Comments

No comments written yet.

Please login to write comment.