Color Hex Logo

#b6f2eb Color Hex

#B6F2EB
(182,242,235)
0 Favorites   0 Comments

Color spaces of #b6f2eb

RGB 182242235
HSL0.480.700.83
HSV173°25°95°
CMYK 0.250.000.03   0.05
XYZ66.038979.447590.4515
Yxy79.44750.27990.3367
Hunter Lab89.1333-23.73262.2265
CIE-Lab91.4364-20.2374-2.7753

#b6f2eb color RGB value is (182,242,235).

#b6f2eb hex color red value is 182, green value is 242 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b6f2eb hue: 0.48 , saturation: 0.70 and the lightness value of b6f2eb is 0.83.

The process color (four color CMYK) of #b6f2eb color hex is 0.25, 0.00, 0.03, 0.05. Web safe color of #b6f2eb is #ccffff. Color #b6f2eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11110010 11101011
Octal 266 362 353
Decimal 182 242 235
Hex B6 F2 EB

RGB Percentages of Color #b6f2eb

%27.62
%36.72
%35.66

CMYK Percentages of Color #b6f2eb

%25
%0
%3
%5

Triadic Colors of #b6f2eb

#b6f2eb #ebb6f2 #f2ebb6

Analogous Colors of #b6f2eb

#b6f2eb #b6dbf2 #b6f2cd

Monochromatic Colors of #b6f2eb

#b6f2eb

Complementary Color

#b6f2eb #f2b6bd

#b6f2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6f2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6f2eb Color CSS Codes

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

#b6f2eb Text Font Color

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

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


#b6f2eb Background Color

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

This div background color is #b6f2eb


#b6f2eb Border Color

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

This div border color is #b6f2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6f2eb


Comments

No comments written yet.

Please login to write comment.