Color Hex Logo

#b6efaf Color Hex

#B6EFAF
(182,239,175)
0 Favorites   0 Comments

Color spaces of #b6efaf

RGB 182239175
HSL0.320.670.81
HSV113°27°94°
CMYK 0.240.000.27   0.06
XYZ57.895874.773251.9387
Yxy74.77320.31360.4050
Hunter Lab86.4715-31.812924.9178
CIE-Lab89.2867-29.977625.2594

#b6efaf color RGB value is (182,239,175).

#b6efaf hex color red value is 182, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b6efaf hue: 0.32 , saturation: 0.67 and the lightness value of b6efaf is 0.81.

The process color (four color CMYK) of #b6efaf color hex is 0.24, 0.00, 0.27, 0.06. Web safe color of #b6efaf is #ccff99. Color #b6efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101111 10101111
Octal 266 357 257
Decimal 182 239 175
Hex B6 EF AF

RGB Percentages of Color #b6efaf

%30.54
%40.10
%29.36

CMYK Percentages of Color #b6efaf

%24
%0
%27
%6

Triadic Colors of #b6efaf

#b6efaf #afb6ef #efafb6

Analogous Colors of #b6efaf

#b6efaf #afefc8 #d6efaf

Monochromatic Colors of #b6efaf

#b6efaf

Complementary Color

#b6efaf #e8afef

#b6efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6efaf Color CSS Codes

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

#b6efaf Text Font Color

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

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


#b6efaf Background Color

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

This div background color is #b6efaf


#b6efaf Border Color

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

This div border color is #b6efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6efaf


Comments

No comments written yet.

Please login to write comment.