Color Hex Logo

#b5efbc Color Hex

#B5EFBC
(181,239,188)
0 Favorites   0 Comments

Color spaces of #b5efbc

RGB 181239188
HSL0.350.640.82
HSV127°24°94°
CMYK 0.240.000.21   0.06
XYZ58.999775.187658.9800
Yxy75.18760.30540.3892
Hunter Lab86.7108-30.289020.3690
CIE-Lab89.4808-28.137618.8294

#b5efbc color RGB value is (181,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101111 10111100
Octal 265 357 274
Decimal 181 239 188
Hex B5 EF BC

RGB Percentages of Color #b5efbc

%29.77
%39.31
%30.92

CMYK Percentages of Color #b5efbc

%24
%0
%21
%6

Triadic Colors of #b5efbc

#b5efbc #bcb5ef #efbcb5

Analogous Colors of #b5efbc

#b5efbc #b5efd9 #cbefb5

Monochromatic Colors of #b5efbc

#b5efbc

Complementary Color

#b5efbc #efb5e8

#b5efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5efbc Color CSS Codes

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

#b5efbc Text Font Color

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

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


#b5efbc Background Color

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

This div background color is #b5efbc


#b5efbc Border Color

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

This div border color is #b5efbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5efbc


Comments

No comments written yet.

Please login to write comment.