Color Hex Logo

#b6ffec Color Hex

#B6FFEC
(182,255,236)
0 Favorites   0 Comments

Color spaces of #b6ffec

RGB 182255236
HSL0.461.000.86
HSV164°29°100°
CMYK 0.290.000.07   0.00
XYZ70.191787.521292.5507
Yxy87.52120.28050.3497
Hunter Lab93.5528-29.79066.8320
CIE-Lab94.9590-26.32621.8548

#b6ffec color RGB value is (182,255,236).

#b6ffec hex color red value is 182, green value is 255 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b6ffec hue: 0.46 , saturation: 1.00 and the lightness value of b6ffec is 0.86.

The process color (four color CMYK) of #b6ffec color hex is 0.29, 0.00, 0.07, 0.00. Web safe color of #b6ffec is #ccffff. Color #b6ffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111111 11101100
Octal 266 377 354
Decimal 182 255 236
Hex B6 FF EC

RGB Percentages of Color #b6ffec

%27.04
%37.89
%35.07

CMYK Percentages of Color #b6ffec

%29
%0
%7
%0

Triadic Colors of #b6ffec

#b6ffec #ecb6ff #ffecb6

Analogous Colors of #b6ffec

#b6ffec #b6eeff #b6ffc8

Monochromatic Colors of #b6ffec

#b6ffec

Complementary Color

#b6ffec #ffb6c9

#b6ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ffec Color CSS Codes

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

#b6ffec Text Font Color

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

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


#b6ffec Background Color

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

This div background color is #b6ffec


#b6ffec Border Color

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

This div border color is #b6ffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ffec

Related Colors


Comments

No comments written yet.

Please login to write comment.