Color Hex Logo

#b6ebaf Color Hex

#B6EBAF
(182,235,175)
0 Favorites   0 Comments

Color spaces of #b6ebaf

RGB 182235175
HSL0.310.600.80
HSV113°26°92°
CMYK 0.230.000.26   0.08
XYZ56.737672.456951.5526
Yxy72.45690.31390.4009
Hunter Lab85.1216-29.984123.6771
CIE-Lab88.1880-28.087623.7535

#b6ebaf color RGB value is (182,235,175).

#b6ebaf hex color red value is 182, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b6ebaf hue: 0.31 , saturation: 0.60 and the lightness value of b6ebaf is 0.80.

The process color (four color CMYK) of #b6ebaf color hex is 0.23, 0.00, 0.26, 0.08. Web safe color of #b6ebaf is #ccff99. Color #b6ebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101011 10101111
Octal 266 353 257
Decimal 182 235 175
Hex B6 EB AF

RGB Percentages of Color #b6ebaf

%30.74
%39.70
%29.56

CMYK Percentages of Color #b6ebaf

%23
%0
%26
%8

Triadic Colors of #b6ebaf

#b6ebaf #afb6eb #ebafb6

Analogous Colors of #b6ebaf

#b6ebaf #afebc6 #d4ebaf

Monochromatic Colors of #b6ebaf

#b6ebaf

Complementary Color

#b6ebaf #e4afeb

#b6ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ebaf Color CSS Codes

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

#b6ebaf Text Font Color

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

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


#b6ebaf Background Color

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

This div background color is #b6ebaf


#b6ebaf Border Color

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

This div border color is #b6ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ebaf


Comments

No comments written yet.

Please login to write comment.