Color Hex Logo

#b6efbf Color Hex

#B6EFBF
(182,239,191)
0 Favorites   0 Comments

Color spaces of #b6efbf

RGB 182239191
HSL0.360.640.83
HSV129°24°94°
CMYK 0.240.000.20   0.06
XYZ59.561975.439760.7123
Yxy75.43970.30430.3855
Hunter Lab86.8560-29.590919.3556
CIE-Lab89.5986-27.294717.4517

#b6efbf color RGB value is (182,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101111 10111111
Octal 266 357 277
Decimal 182 239 191
Hex B6 EF BF

RGB Percentages of Color #b6efbf

%29.74
%39.05
%31.21

CMYK Percentages of Color #b6efbf

%24
%0
%20
%6

Triadic Colors of #b6efbf

#b6efbf #bfb6ef #efbfb6

Analogous Colors of #b6efbf

#b6efbf #b6efdc #caefb6

Monochromatic Colors of #b6efbf

#b6efbf

Complementary Color

#b6efbf #efb6e6

#b6efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6efbf Color CSS Codes

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

#b6efbf Text Font Color

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

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


#b6efbf Background Color

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

This div background color is #b6efbf


#b6efbf Border Color

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

This div border color is #b6efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6efbf


Comments

No comments written yet.

Please login to write comment.