Color Hex Logo

#b0efbc Color Hex

#B0EFBC
(176,239,188)
0 Favorites   0 Comments

Color spaces of #b0efbc

RGB 176239188
HSL0.370.660.81
HSV131°26°94°
CMYK 0.260.000.21   0.06
XYZ57.848174.594058.9261
Yxy74.59400.30230.3898
Hunter Lab86.3678-31.586620.0057
CIE-Lab89.2025-29.731218.3992

#b0efbc color RGB value is (176,239,188).

#b0efbc hex color red value is 176, green value is 239 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b0efbc hue: 0.37 , saturation: 0.66 and the lightness value of b0efbc is 0.81.

The process color (four color CMYK) of #b0efbc color hex is 0.26, 0.00, 0.21, 0.06. Web safe color of #b0efbc is #99ffcc. Color #b0efbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101111 10111100
Octal 260 357 274
Decimal 176 239 188
Hex B0 EF BC

RGB Percentages of Color #b0efbc

%29.19
%39.64
%31.18

CMYK Percentages of Color #b0efbc

%26
%0
%21
%6

Triadic Colors of #b0efbc

#b0efbc #bcb0ef #efbcb0

Analogous Colors of #b0efbc

#b0efbc #b0efdc #c4efb0

Monochromatic Colors of #b0efbc

#b0efbc

Complementary Color

#b0efbc #efb0e3

#b0efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0efbc Color CSS Codes

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

#b0efbc Text Font Color

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

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


#b0efbc Background Color

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

This div background color is #b0efbc


#b0efbc Border Color

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

This div border color is #b0efbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,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 #b0efbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0efbc


Comments

No comments written yet.

Please login to write comment.