Color Hex Logo

#b6fadd Color Hex

#B6FADD
(182,250,221)
0 Favorites   0 Comments

Color spaces of #b6fadd

RGB 182250221
HSL0.430.870.85
HSV154°27°98°
CMYK 0.270.000.12   0.02
XYZ66.528283.536881.0244
Yxy83.53680.28790.3615
Hunter Lab91.3985-30.018611.4186
CIE-Lab93.2489-26.95917.1225

#b6fadd color RGB value is (182,250,221).

#b6fadd hex color red value is 182, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b6fadd hue: 0.43 , saturation: 0.87 and the lightness value of b6fadd is 0.85.

The process color (four color CMYK) of #b6fadd color hex is 0.27, 0.00, 0.12, 0.02. Web safe color of #b6fadd is #ccffcc. Color #b6fadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111010 11011101
Octal 266 372 335
Decimal 182 250 221
Hex B6 FA DD

RGB Percentages of Color #b6fadd

%27.87
%38.28
%33.84

CMYK Percentages of Color #b6fadd

%27
%0
%12
%2

Triadic Colors of #b6fadd

#b6fadd #ddb6fa #faddb6

Analogous Colors of #b6fadd

#b6fadd #b6f5fa #b6fabb

Monochromatic Colors of #b6fadd

#b6fadd

Complementary Color

#b6fadd #fab6d3

#b6fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fadd Color CSS Codes

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

#b6fadd Text Font Color

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

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


#b6fadd Background Color

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

This div background color is #b6fadd


#b6fadd Border Color

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

This div border color is #b6fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fadd


Comments

No comments written yet.

Please login to write comment.