Color Hex Logo

#b6fbdd Color Hex

#B6FBDD
(182,251,221)
0 Favorites   0 Comments

Color spaces of #b6fbdd

RGB 182251221
HSL0.430.900.85
HSV154°27°98°
CMYK 0.270.000.12   0.02
XYZ66.839784.159981.1283
Yxy84.15990.28790.3626
Hunter Lab91.7387-30.489811.7845
CIE-Lab93.5199-27.43527.5123

#b6fbdd color RGB value is (182,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111011 11011101
Octal 266 373 335
Decimal 182 251 221
Hex B6 FB DD

RGB Percentages of Color #b6fbdd

%27.83
%38.38
%33.79

CMYK Percentages of Color #b6fbdd

%27
%0
%12
%2

Triadic Colors of #b6fbdd

#b6fbdd #ddb6fb #fbddb6

Analogous Colors of #b6fbdd

#b6fbdd #b6f7fb #b6fbbb

Monochromatic Colors of #b6fbdd

#b6fbdd

Complementary Color

#b6fbdd #fbb6d4

#b6fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fbdd Color CSS Codes

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

#b6fbdd Text Font Color

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

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


#b6fbdd Background Color

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

This div background color is #b6fbdd


#b6fbdd Border Color

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

This div border color is #b6fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fbdd


Comments

No comments written yet.

Please login to write comment.