Color Hex Logo

#b6efbc Color Hex

#B6EFBC
(182,239,188)
0 Favorites   0 Comments

Color spaces of #b6efbc

RGB 182239188
HSL0.350.640.83
HSV126°24°94°
CMYK 0.240.000.21   0.06
XYZ59.235075.308958.9910
Yxy75.30890.30610.3891
Hunter Lab86.7807-30.025220.4429
CIE-Lab89.5375-27.815718.9170

#b6efbc color RGB value is (182,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101111 10111100
Octal 266 357 274
Decimal 182 239 188
Hex B6 EF BC

RGB Percentages of Color #b6efbc

%29.89
%39.24
%30.87

CMYK Percentages of Color #b6efbc

%24
%0
%21
%6

Triadic Colors of #b6efbc

#b6efbc #bcb6ef #efbcb6

Analogous Colors of #b6efbc

#b6efbc #b6efd9 #cdefb6

Monochromatic Colors of #b6efbc

#b6efbc

Complementary Color

#b6efbc #efb6e9

#b6efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6efbc Color CSS Codes

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

#b6efbc Text Font Color

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

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


#b6efbc Background Color

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

This div background color is #b6efbc


#b6efbc Border Color

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

This div border color is #b6efbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6efbc


Comments

No comments written yet.

Please login to write comment.