Color Hex Logo

#b6dffa Color Hex

#B6DFFA
(182,223,250)
0 Favorites   0 Comments

Color spaces of #b6dffa

RGB 182223250
HSL0.570.870.85
HSV204°27°98°
CMYK 0.270.110.00   0.02
XYZ62.934469.6226100.5640
Yxy69.62260.27000.2987
Hunter Lab83.4402-11.3874-13.0496
CIE-Lab86.8114-7.3534-17.5098

#b6dffa color RGB value is (182,223,250).

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

The process color (four color CMYK) of #b6dffa color hex is 0.27, 0.11, 0.00, 0.02. Web safe color of #b6dffa is #ccccff. Color #b6dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 11111010
Octal 266 337 372
Decimal 182 223 250
Hex B6 DF FA

RGB Percentages of Color #b6dffa

%27.79
%34.05
%38.17

CMYK Percentages of Color #b6dffa

%27
%11
%0
%2

Triadic Colors of #b6dffa

#b6dffa #fab6df #dffab6

Analogous Colors of #b6dffa

#b6dffa #b6bdfa #b6faf3

Monochromatic Colors of #b6dffa

#b6dffa

Complementary Color

#b6dffa #fad1b6

#b6dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dffa Color CSS Codes

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

#b6dffa Text Font Color

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

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


#b6dffa Background Color

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

This div background color is #b6dffa


#b6dffa Border Color

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

This div border color is #b6dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dffa


Comments

No comments written yet.

Please login to write comment.